eZ\Publish\Core\FieldType\User\Value::__toString PHP 메소드

__toString() 공개 메소드

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