Neos\Flow\Tests\Functional\Persistence\Fixtures\TestValueObjectWithDateTimeProperty::__construct PHP Method

__construct() public method

public __construct ( DateTime $value1 )
$value1 DateTime
    public function __construct($value1)
    {
        $this->value1 = $value1;
    }
TestValueObjectWithDateTimeProperty