示例#1
0
 /**
  * Get the height of the terminal
  *
  * @return integer
  */
 public function height()
 {
     return (int) $this->getDimension($this->system->height(), 25);
 }