You are here

function xautoload_LoaderManager::__construct in X Autoload 7.3

Parameters

xautoload_LoaderFactory $loaderFactory: Object that can create different class loaders.

File

lib/LoaderManager.php, line 34

Class

xautoload_LoaderManager
This thing has an overview of available class loaders with different cache mechanics. It can detect the currently applicable cache method, and it can switch between cache methods.

Code

function __construct($loaderFactory) {
  $this->loaderFactory = $loaderFactory;
}