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

__construct() public method

public __construct ( TestValueObject $value1, string $value2 )
$value1 TestValueObject
$value2 string
    public function __construct(TestValueObject $value1, $value2)
    {
        $this->value1 = $value1;
        $this->value2 = trim($value2);
    }
TestValueObjectWithSubValueObjectProperties