You are here

function xautoload_LoaderFactory::__construct in X Autoload 7.3

Parameters

xautoload_ClassFinder_Proxy $proxyFinder: The class finder to plug into our loaders.

File

lib/LoaderFactory.php, line 29

Class

xautoload_LoaderFactory
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($proxyFinder) {
  $this->proxyFinder = $proxyFinder;
}