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
public getDirs () Returns the directories currently registered in the autoloader
implements Phalcon\Events\EventsAwar
public registerDirs (array $directories, [mixed $merge]) Register directories in which “not found” classes
public getFiles () Returns the files currently registered in the autoloader
public getClasses () Returns the class-map currently registered in the autoloader
public getCheckedPath () Get the path the loader is checking for a path
public getEventsManager () Returns the internal event manager
public loadFiles () Checks if a file exists and then adds the file by doing virtual require
Page 1 of 2