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

__construct() public method

public __construct ( string $name, integer $age )
$name string
$age integer
    public function __construct($name, $age)
    {
        $this->name = $name;
        $this->age = $age;
    }