You are here

function xautoload_ClassLoader_NoCache::__construct in X Autoload 7.3

Parameters

xautoload_ClassFinder_Interface $finder: The object that does the actual class finding.

1 call to xautoload_ClassLoader_NoCache::__construct()
xautoload_ClassLoader_ApcCache::__construct in lib/ClassLoader/ApcCache.php
1 method overrides xautoload_ClassLoader_NoCache::__construct()
xautoload_ClassLoader_ApcCache::__construct in lib/ClassLoader/ApcCache.php

File

lib/ClassLoader/NoCache.php, line 15

Class

xautoload_ClassLoader_NoCache
Behaves mostly like the Symfony ClassLoader classes.

Code

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