![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($id, $firstName, $lastName) | |
getId () | |
getFirstName () | |
getLastName () | |
Protected Attributes | |
$id | |
$firstName | |
$lastName | |
Example domain class which can be used to test different view helpers, e.g. the "select" view helper.
Definition at line 17 of file UserDomainClass.php.
__construct | ( | $id, | |
$firstName, | |||
$lastName | |||
) |
Constructor.
int | $id | |
string | $firstName | |
string | $lastName |
Definition at line 32 of file UserDomainClass.php.
References UserDomainClass\$firstName, UserDomainClass\$id, and UserDomainClass\$lastName.
getFirstName | ( | ) |
Return the first name
Definition at line 54 of file UserDomainClass.php.
References UserDomainClass\$firstName.
getId | ( | ) |
Return the ID
Definition at line 44 of file UserDomainClass.php.
References UserDomainClass\$id.
getLastName | ( | ) |
Return the last name
Definition at line 64 of file UserDomainClass.php.
References UserDomainClass\$lastName.
|
protected |
Definition at line 21 of file UserDomainClass.php.
Referenced by UserDomainClass\__construct(), and UserDomainClass\getFirstName().
|
protected |
Definition at line 19 of file UserDomainClass.php.
Referenced by UserDomainClass\__construct(), and UserDomainClass\getId().
|
protected |
Definition at line 23 of file UserDomainClass.php.
Referenced by UserDomainClass\__construct(), and UserDomainClass\getLastName().