mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:04:13 +02:00
[feature/extension-manager] Add docblock to cached paths map in class loader
PHPBB3-10323
This commit is contained in:
@ -35,6 +35,11 @@ class phpbb_class_loader
|
||||
private $path;
|
||||
private $php_ext;
|
||||
private $cache;
|
||||
|
||||
/**
|
||||
* A map of looked up class names to paths relative to $this->path.
|
||||
* @var array
|
||||
*/
|
||||
private $cached_paths = array();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user