示例#1
0
 /**
  * Determine and return current console height.
  *
  * @return int
  */
 public function getHeight()
 {
     return $this->adapter->getHeight();
 }