Horde_Imap_Client_Data_Format_String::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return $this->_data->getString(0);
    }

Usage Example

示例#1
0
文件: Nstring.php 项目: horde/horde
 /**
  */
 public function __toString()
 {
     return is_null($this->_data) ? '' : parent::__toString();
 }