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

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )
    public function __toString()
    {
        return (string) $this->value;
    }