mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[feature/extension-manager] Document what the class loader stores in cache
PHPBB3-10323
This commit is contained in:
parent
91c0a0d426
commit
d8e5783e8c
@ -38,6 +38,8 @@ class phpbb_class_loader
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A map of looked up class names to paths relative to $this->path.
|
* A map of looked up class names to paths relative to $this->path.
|
||||||
|
* This map is stored in cache and looked up if the cache is available.
|
||||||
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $cached_paths = array();
|
private $cached_paths = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user