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

__construct() public method

public __construct ( string $value )
$value string The string value of this value object
    public function __construct($value)
    {
        $this->value = $value;
    }
TestValueObject