You are here

function xautoload_ClassLoader_NoCache::setFinder in X Autoload 7.3

Replace the finder with another one.

File

lib/ClassLoader/NoCache.php, line 22

Class

xautoload_ClassLoader_NoCache
Behaves mostly like the Symfony ClassLoader classes.

Code

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