Neos\Flow\Tests\Functional\Property\Fixtures\TestValueobject::getAge PHP Méthode

getAge() public méthode

public getAge ( ) : integer
Résultat integer
    public function getAge()
    {
        return $this->age;
    }