mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 08:31:32 +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 $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();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user