コード例 #1
0
ファイル: TempString.php プロジェクト: x59/horde-stream
 /**
  */
 public function getChar()
 {
     return $this->_string ? $this->_string->getChar() : parent::getChar();
 }