You are here

function xautoload_ClassLoader_Interface::register in X Autoload 7.3

Registers this instance as an autoloader.

Parameters

boolean $prepend: If TRUE, the loader will be prepended. Otherwise, it will be appended.

1 method overrides xautoload_ClassLoader_Interface::register()
xautoload_ClassLoader_NoCache::register in lib/ClassLoader/NoCache.php
Registers this instance as an autoloader.

File

lib/ClassLoader/Interface.php, line 15

Class

xautoload_ClassLoader_Interface
Behaves mostly like the Symfony ClassLoader classes.

Code

function register($prepend = FALSE);