eZ\Publish\Core\Repository\Tests\Service\Mock\ValueStub::__construct PHP Method

__construct() public method

Construct a new Value object and initialize it $value.
public __construct ( string $value )
$value string
    public function __construct($value)
    {
        $this->value = $value;
    }