Exemplo n.º 1
0
 /**
  * Run the loading process for the ext_localconf.php file
  *
  * @param \HDNET\Autoloader\Loader $loader
  * @param array                    $loaderInformation
  *
  * @internal param \HDNET\Autoloader\Loader $autoLoader
  * @return NULL
  */
 public function loadExtensionConfiguration(Loader $loader, array $loaderInformation)
 {
     foreach ($loaderInformation as $hook) {
         ExtendedUtility::addHooks($hook['locations'], $hook['configuration']);
     }
     return null;
 }