Exemple #1
0
 function run($filter_chain)
 {
     $this->toolkit = lmbToolkit::instance();
     lmbErrorGuard::registerFatalErrorHandler($this, 'handleFatalError');
     lmbErrorGuard::registerExceptionHandler($this, 'handleException');
     $filter_chain->next();
 }