Esempio n. 1
0
 /**
  * Set Handler
  * 
  * Set a error handler.
  * 
  * @param string $FunctionName   The name of the function which we want it to be the handler.
  */
 public static function SetHandler($FunctionName)
 {
     self::$Handler = $FunctionName;
 }