Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -43,7 +43,12 @@ |
44 | 44 | class ApiQuery extends ApiBase { |
45 | 45 | |
46 | 46 | private $mPropModuleNames, $mListModuleNames, $mMetaModuleNames; |
| 47 | + |
| 48 | + /** |
| 49 | + * @var ApiPageSet |
| 50 | + */ |
47 | 51 | private $mPageSet; |
| 52 | + |
48 | 53 | private $params, $redirects, $convertTitles; |
49 | 54 | |
50 | 55 | private $mQueryPropModules = array( |
Index: trunk/phase3/includes/api/ApiParamInfo.php |
— | — | @@ -84,6 +84,10 @@ |
85 | 85 | $result->addValue( null, $this->getModuleName(), $r ); |
86 | 86 | } |
87 | 87 | |
| 88 | + /** |
| 89 | + * @param $obj ApiBase |
| 90 | + * @return ApiResult |
| 91 | + */ |
88 | 92 | function getClassInfo( $obj ) { |
89 | 93 | $result = $this->getResult(); |
90 | 94 | $retval['classname'] = get_class( $obj ); |