Add phpdoc for some ApiQueryInfo properties
Change-Id: Ieb439580023cf2adba4c9c8ddc6185233dc3ede4
This commit is contained in:
parent
c2a9f88a80
commit
df9a167aee
1 changed files with 8 additions and 1 deletions
|
|
@ -37,7 +37,14 @@ class ApiQueryInfo extends ApiQueryBase {
|
|||
$fld_notificationtimestamp = false,
|
||||
$fld_preload = false, $fld_displaytitle = false;
|
||||
|
||||
private $params, $titles, $missing, $everything;
|
||||
private $params;
|
||||
|
||||
/** @var Title[] */
|
||||
private $titles;
|
||||
/** @var Title[] */
|
||||
private $missing;
|
||||
/** @var Title[] */
|
||||
private $everything;
|
||||
|
||||
private $pageRestrictions, $pageIsRedir, $pageIsNew, $pageTouched,
|
||||
$pageLatest, $pageLength;
|
||||
|
|
|
|||
Loading…
Reference in a new issue