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