コード例 #1
0
ファイル: error.class.php プロジェクト: Lovinity/EQM
 /**
  * Sets the display status of error reporting.
  *
  * @static 
  * @param bool $bDisplay Sets the display status
  */
 public static function setDisplay($bDisplay)
 {
     self::$_bDisplay = $bDisplay;
 }