public getDirs () Returns the directories currently registered in the autoloader
public getNamespaces () Returns the namespaces currently registered in the autoloader
public setExtensions (array $extensions) Sets an array of file extensions that the loader must try in each attempt
implements Phalcon\Events\EventsAwar
public registerDirs (array $directories, [mixed $merge]) Register directories in which “not found” classes
public getClasses () Returns the class-map currently registered in the autoloader
public getCheckedPath () Get the path the loader is checking for a path
public getFiles () Returns the files currently registered in the autoloader
public getEventsManager () Returns the internal event manager
public registerFiles (array $files, [mixed $merge]) Registers files that are “non-classes” hence need a “require”
Page 1 of 2