PHP Class eZ\Publish\Core\Repository\Tests\Service\Mock\ValueStub

Inheritance: extends eZ\Publish\Core\FieldType\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$value string

Public Methods

Method Description
__construct ( string $value ) Construct a new Value object and initialize it $value.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize it $value.
public __construct ( string $value )
$value string

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$value public property

public string $value
return string