또한 보기: ClassLoader
저자: Raphael Antonmattei (rantonmattei@theorchard.com)
상속: extends Cascade\Config\Loader\ClassLoader
예제 #1
0
 /**
  * Configure the handlers
  * @param  array $handlers array of handler options
  */
 protected function configureHandlers(array $handlers)
 {
     foreach ($handlers as $handlerId => $handlerOptions) {
         $handlerLoader = new HandlerLoader($handlerOptions, $this->formatters);
         $this->handlers[$handlerId] = $handlerLoader->load();
     }
 }