/** * @deprecated since MediaWiki core 1.25 */ public function getParamDescription() { return array_merge(parent::getParamDescription(), array('subaction' => 'The subaction to perform.', 'project' => 'The project to perform the subaction upon', 'shellmembers' => 'Return shell account names for service group members, rather than MediaWiki usernames')); }
public function getParamDescription() { return parent::getParamDescription(); }
public function getParamDescription() { return array_merge(parent::getParamDescription(), array()); }
/** * @deprecated since MediaWiki core 1.25 */ public function getParamDescription() { return array_merge(parent::getParamDescription(), array('subaction' => 'The subaction to perform.', 'project' => 'The project to perform the subaction upon', 'username' => 'The username to get information about')); }
/** * @deprecated since MediaWiki core 1.25 */ public function getParamDescription() { return array_merge(parent::getParamDescription(), array('subaction' => 'The subaction to perform.', 'address' => 'The ID of the Nova IP address on which we will perform the action.', 'project' => 'The project in which the address exists.', 'region' => 'The region of the currently-associated instance.')); }
public function getParamDescription() { return array_merge(parent::getParamDescription(), array('leagueid' => 'The valve internal ID of the tournament')); }