eZ\Publish\Core\Repository\Tests\Service\Mock\ValueStub::__construct PHP Метод

__construct() публичный Метод

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