コード例 #1
0
ファイル: Console.php プロジェクト: nomaanp/zf2rapid
 /**
  * Return current console window title.
  *
  * @return string
  */
 public function getTitle()
 {
     return $this->adapter->getTitle();
 }