PHP Class Neos\Flow\Tests\Functional\Property\Fixtures\TestValueobject

Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$age integer
$name string

Public Methods

Method Description
__construct ( string $name, integer $age )
getAge ( ) : integer
getName ( ) : string

Method Details

__construct() public method

public __construct ( string $name, integer $age )
$name string
$age integer

getAge() public method

public getAge ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

Property Details

$age protected_oe property

protected int $age
return integer

$name protected_oe property

protected string $name
return string