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