コード例 #1
0
ファイル: UtilFactory.php プロジェクト: Flesh192/magento
 /**
  * Get the width of the terminal
  *
  * @return integer
  */
 public function width()
 {
     return (int) $this->getDimension($this->system->width(), 80);
 }