com.lokorin.lokorin.lib
[ class tree: com.lokorin.lokorin.lib ] [ index: com.lokorin.lokorin.lib ] [ all elements ]

Class: ProgrammingLanguage

Source Location: /_includes/lib_languages.php

Class Overview

TableEntry
   |
   --ProgrammingLanguage

Describes a programming language information block. Each instance has some basic information about the respecting programming language.


Author(s):

  • Andreas Launila

Variables

Methods


Inherited Variables

Inherited Methods

Class: TableEntry

TableEntry::__construct()
Constructor for TableEntry.
TableEntry::getId()
Gets the unique identifier for the table entry.
TableEntry::readRow()
Processes the contents of a retrieved row that describes the entry.

Class Details

[line 61]
Describes a programming language information block. Each instance has some basic information about the respecting programming language.



Tags:

author:  Andreas Launila


[ Top ]


Class Variables

$description =

[line 71]

A brief description about the programming language.



Tags:

access:  private

Type:   string


[ Top ]

$name =

[line 66]

The name of the programming language.



Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 77]

ProgrammingLanguage __construct( integer $id)

Constructor for ProgrammingLanguage.



Tags:

access:  public


Overrides TableEntry::__construct() (Constructor for TableEntry.)

Parameters:

integer   $id   The unique identifier for the programming language.

[ Top ]

method getDescription [line 107]

string getDescription( )

Gets the description of the programming language.



Tags:

return:  A description.
access:  public


[ Top ]

method getLink [line 117]

string getLink( )

Gets a link to the language. More information about the language is displayed when the link is clicked.



Tags:

return:  XHTML compliant code representing a link.
access:  public


[ Top ]

method getName [line 98]

string getName( )

Gets the name of the programming language.



Tags:

return:  A language name.
access:  public


[ Top ]

method readRow [line 88]

void readRow( mixed $row)



Tags:

access:  protected
see:  com.lokorin.lokorin.TableEntry.readRow($row)


Overrides TableEntry::readRow() (Processes the contents of a retrieved row that describes the entry.)

[ Top ]


Documentation generated on Sun, 16 Apr 2006 21:03:35 +0200 by phpDocumentor 1.3.0RC4