public registerFiles (array $files, [mixed $merge]) Registers files that are “non-classes” hence need a “require”
public getExtensions () Returns the file extensions registered in the loader
public autoLoad (mixed $className) Autoloads the registered classes
public setEventsManager (Phalcon\Eve
public registerClasses (array $classes, [mixed $merge]) Register classes and their locations
public registerNamespaces (array $namespaces, [mixed $merge]) Register namespaces and their related directories
public register () Register the autoload method
public unregister () Unregister the autoload method
public getFoundPath () Get the path when a class was found
Page 2 of 2