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

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$age integer
$name string

Méthodes publiques

Méthode Description
__construct ( string $name, integer $age )
getAge ( ) : integer
getName ( ) : string

Method Details

__construct() public méthode

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

getAge() public méthode

public getAge ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

Property Details

$age protected_oe property

protected int $age
Résultat integer

$name protected_oe property

protected string $name
Résultat string