예제 #1
0
파일: aira.php 프로젝트: TeaMeow/Aira
 /**
  * Set the success handler.
  *
  * @param string $handlerName   The name of the success handler function.
  */
 static function setSuccessHandler($handlerName)
 {
     self::$successHandler = $handlerName;
 }