You are here

function xautoload_ServiceFactory::classLoader in X Autoload 7.2

File

lib/ServiceFactory.php, line 12

Class

xautoload_ServiceFactory

Code

function classLoader($registry) {
  $finder = $registry->cachedClassFinder;
  return new xautoload_ClassLoader($finder);
}