Inheritance diagram for PEIP_Autoload:
Static Public Member Functions | |
static | make () |
Protected Member Functions | |
__construct () | |
Static Protected Member Functions | |
static | doGetInstance () |
static | findPaths ($baseDir, RecursiveDirectoryIterator $iterator, array $paths=array()) |
Definition at line 24 of file PEIP_Autoload.php.
PEIP_Autoload::__construct | ( | ) | [protected] |
Constructor. Loads class-paths from PEIP_Autoload_Paths::$paths
protected
Reimplemented from PEIP_Simple_Autoload.
Definition at line 32 of file PEIP_Autoload.php.
References PEIP_Autoload_Paths::$paths, PEIP_Simple_Autoload::init(), and PEIP_Simple_Autoload::setClassPaths().
static PEIP_Autoload::doGetInstance | ( | ) | [static, protected] |
protected
Reimplemented from PEIP_Simple_Autoload.
Definition at line 42 of file PEIP_Autoload.php.
static PEIP_Autoload::make | ( | ) | [static] |
Regenerates the class/files associations and replaces them in PEIP_Autoload_Paths
public
Definition at line 53 of file PEIP_Autoload.php.
References PEIP_Simple_Autoload::$baseDir.
static PEIP_Autoload::findPaths | ( | $ | baseDir, | |
RecursiveDirectoryIterator $ | iterator, | |||
array $ | paths = array() | |||
) | [static, protected] |
Traverses a directory to find class-files
protected
string | $baseDir the directory under which to look for classes. | |
RecursiveDirectoryIterator | $iterator A RecursiveDirectoryIterator instance for the directory | |
array | $paths the array to store the class/path associations in. |
Definition at line 74 of file PEIP_Autoload.php.
References PEIP_Simple_Autoload::$baseDir.