Horde_Imap_Client_Data_Format_String::__toString PHP Méthode

__toString() public méthode

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

Usage Example

Exemple #1
0
 /**
  */
 public function __toString()
 {
     return is_null($this->_data) ? '' : parent::__toString();
 }