Neos\Flow\Tests\Functional\Property\Fixtures\TestValueobject::__construct PHP 메소드

__construct() 공개 메소드

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