1
0
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:
Nils Adermann 2011-11-18 16:00:22 +01:00
parent 91c0a0d426
commit d8e5783e8c

View File

@ -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();