Neos\Flow\Tests\Functional\Property\Fixtures\TestValueobject::getAge PHP Method

getAge() public method

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