Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEmbeddable::__construct PHP 메소드

__construct() 공개 메소드

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