|
static | instance ($pTmpPath, $pTmpFileName= 'directoriesautoloader.cache.php') |
|
Definition at line 121 of file classAutoloader.php.
addCustomFilter |
( |
|
$pCustomFilterClass | ) |
|
add an instance of FilterIterator as custom filter
- Parameters
-
string | $pCustomFilterClass | className of customFilter to add |
- Exceptions
-
dcp\DirectoriesAutoloaderException | |
- Returns
- dcp
Definition at line 234 of file classAutoloader.php.
addDirectory |
( |
|
$pDirectory, |
|
|
|
$pRecursive = true |
|
) |
| |
add a directory to autoloaded directories
- Parameters
-
string | $pDirectory | directory path |
boolean | $pRecursive | should we recursively scan this directory |
- Exceptions
-
dcp\DirectoriesAutoloaderException | |
- Returns
- dcp
Definition at line 403 of file classAutoloader.php.
autoloader
- Parameters
-
string | $pClassName | name of the class to load |
- Returns
- boolean
Definition at line 262 of file classAutoloader.php.
static instance |
( |
|
$pTmpPath, |
|
|
|
$pTmpFileName = 'directoriesautoloader.cache.php' |
|
) |
| |
|
static |
setCacheFileName |
( |
|
$ptmpFileName | ) |
|
define the name of tmp file
- Parameters
-
string | $ptmpFileName | tmp file name |
- Returns
- void
Definition at line 209 of file classAutoloader.php.
define the path of tmp directory
- Parameters
-
string | $pTmp | cache directory path |
- Exceptions
-
\dcp\DirectoriesAutoloaderException | |
- Returns
- void
Definition at line 195 of file classAutoloader.php.
The documentation for this class was generated from the following file: