Esempio n. 1
0
 /**
  * Stub method to set $handlers
  *
  * @param   array  $handlers  An array of error handlers
  *
  * @return  void
  */
 public static function manipulateHandlers($handlers)
 {
     self::$handlers = $handlers;
 }