Exemple #1
0
 /**
  * Get the width of the terminal
  *
  * @return integer
  */
 public function width()
 {
     return (int) $this->getDimension($this->system->width(), 80);
 }