mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/extension-manager] Add docblock to cached paths map in class loader
PHPBB3-10323
This commit is contained in:
parent
7cdc4bba25
commit
91c0a0d426
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ class phpbb_class_loader
|
||||||
private $path;
|
private $path;
|
||||||
private $php_ext;
|
private $php_ext;
|
||||||
private $cache;
|
private $cache;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A map of looked up class names to paths relative to $this->path.
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
private $cached_paths = array();
|
private $cached_paths = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue