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