Exemple #1
0
 protected final function loadCore($path)
 {
     $handler_name = Loader::getHandlerFromPath($path) . 'Core';
     return $this->{$handler_name} = Loader::loadCore($path);
 }