mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/extension-manager] Add docblocks for query members of extension finder
PHPBB3-10323
This commit is contained in:
@@ -27,7 +27,16 @@ class phpbb_extension_finder
|
||||
protected $cache;
|
||||
protected $phpEx;
|
||||
|
||||
/**
|
||||
* @var array An associative array, containing all search parameters set in
|
||||
* methods
|
||||
*/
|
||||
protected $query;
|
||||
|
||||
/**
|
||||
* @var array A map from md5 hashes of serialized queries to their
|
||||
* previously retrieved results.
|
||||
*/
|
||||
protected $cached_queries;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user