Beispiel #1
0
 public function autoload(array $paths = array())
 {
     $classLoader = new ClassLoader($paths);
     $classLoader->register();
 }