You are here

function xautoload_ClassLoader::__construct in X Autoload 7.2

Parameters

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

File

lib/ClassLoader.php, line 15

Class

xautoload_ClassLoader
Behaves like the Symfony ClassLoader classes.

Code

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