Ejemplo n.º 1
0
 /**
  * Sets the display status of error reporting.
  *
  * @static 
  * @param bool $bDisplay Sets the display status
  */
 public static function setDisplay($bDisplay)
 {
     self::$_bDisplay = $bDisplay;
 }