Go to the source code of this file.
◆ _elgg_delete_autoload_cache()
_elgg_delete_autoload_cache |
( |
| ) |
|
Delete the autoload system cache.
@access private
Definition at line 30 of file autoloader.php.
◆ _elgg_services()
◆ elgg_get_class_loader()
elgg_get_class_loader |
( |
| ) |
|
◆ elgg_register_class()
elgg_register_class |
( |
|
$class, |
|
|
|
$location |
|
) |
| |
Register a classname to a file.
- Parameters
-
string | $class | The name of the class |
string | $location | The location of the file |
- Returns
- bool true
- Since
- 1.8.0
Definition at line 68 of file autoloader.php.
◆ elgg_register_classes()
elgg_register_classes |
( |
|
$dir | ) |
|
Register a directory tree for autoloading classes/interfaces/traits.
For BC with 1.8, all .php files in the top-level directory are scanned and added to the class map (only on the first request), then lower-level directories are registered for standard PSR-0 autoloading.
- Parameters
-
string | $dir | The dir to look in |
- Returns
- void
- Since
- 1.8.0
Definition at line 55 of file autoloader.php.
◆ function