コード例 #1
0
ファイル: Exception.php プロジェクト: carriercomm/piwik
 public function setHeight($height)
 {
     if (empty($height)) {
         $height = 300;
     }
     parent::setHeight($height);
 }