eZ\Publish\Core\Repository\Tests\Service\Mock\ValueStub::__toString PHP 메소드

__toString() 공개 메소드

또한 보기: eZ\Publish\Core\FieldType\Value
public __toString ( )
    public function __toString()
    {
        return (string) $this->value;
    }