예제 #1
0
파일: aira.php 프로젝트: hpcslag/Aira
 /**
  * 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;
 }