You are here

function CacheMissLoaderSetFinder::__construct in X Autoload 7.5

Parameters

AbstractClassLoaderDecorator $loader:

File

src/CacheMissObserver/CacheMissLoaderSetFinder.php, line 37

Class

CacheMissLoaderSetFinder
Replaces the ProxyClassFinder in the ClassLoader with the real ClassLoader.

Namespace

Drupal\xautoload\CacheMissObserver

Code

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