PHP Class Neos\FluidAdaptor\ViewHelpers\Fixtures\UserDomainClass

Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$firstName
$id
$lastName

Public Methods

Method Description
__construct ( integer $id, string $firstName, string $lastName ) Constructor.
getFirstName ( ) : string Return the first name
getId ( ) : integer Return the ID
getInterests ( ) : ArrayObject
getLastName ( ) : string Return the last name

Method Details

__construct() public method

Constructor.
public __construct ( integer $id, string $firstName, string $lastName )
$id integer
$firstName string
$lastName string

getFirstName() public method

Return the first name
public getFirstName ( ) : string
return string first name

getId() public method

Return the ID
public getId ( ) : integer
return integer ID

getInterests() public method

public getInterests ( ) : ArrayObject
return ArrayObject

getLastName() public method

Return the last name
public getLastName ( ) : string
return string lastname

Property Details

$firstName protected property

protected $firstName

$id protected property

protected $id

$lastName protected property

protected $lastName