Метод |
Описание |
|
autoload ( string $class ) : boolean |
Handles autoloading of classes. |
|
getBaseDir ( ) : string |
Returns the base directory this autoloader is working on. |
|
getClassPath ( string $class ) : string | null |
Returns the filename of the supplied class. |
|
getInstance ( ) : sfCoreAutoload |
Retrieves the singleton instance of this class. |
|
make ( ) |
Rebuilds the association array between class names and paths. |
|
register ( ) : void |
Register sfCoreAutoload in spl autoloader. |
|
unregister ( ) : void |
Unregister sfCoreAutoload from spl autoloader. |
|