Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEmbeddedValueObject::__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;
    }
TestEmbeddedValueObject