mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/extension-manager] Add docblocks for query members of extension finder
PHPBB3-10323
This commit is contained in:
parent
24ddef2230
commit
7435f344e2
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue