-
(boolean) autoload ($class)
Browse code
Handles autoloading of classes.
returns Returns true if the class has been loaded
-
(string) getBaseDir ()
Browse code
Returns the base directory this autoloader is working on.
returns The path to the symfony core lib directory
-
(string|null) getClassPath ($class)
Browse code
| $class |
The class name (case insensitive) |
Returns the filename of the supplied class.
returns An absolute path or null
-
(sfCoreAutoload) getInstance ()
Browse code
Retrieves the singleton instance of this class.
returns A sfCoreAutoload implementation instance.
-
Rebuilds the association array between class names and paths.
This method overrides this file (__FILE__)
-
Register sfCoreAutoload in spl autoloader.
-
Unregister sfCoreAutoload from spl autoloader.
-