public function getAllowedParams()
 {
     return array_merge(ApiMixinListAccess::getListAccessParams(), array('continue' => array(ApiBase::PARAM_HELP_MSG => 'api-help-param-continue'), 'namespace' => array(ApiBase::PARAM_ISMULTI => true, ApiBase::PARAM_TYPE => 'namespace'), 'sort' => array(ApiBase::PARAM_DFLT => 'position', ApiBase::PARAM_TYPE => array('position', 'namespace'), ApiBase::PARAM_HELP_MSG_PER_VALUE => array()), 'dir' => array(ApiBase::PARAM_DFLT => 'ascending', ApiBase::PARAM_TYPE => array('ascending', 'descending'), ApiBase::PARAM_HELP_MSG_PER_VALUE => array()), 'limit' => array(ApiBase::PARAM_DFLT => 10, ApiBase::PARAM_TYPE => 'limit', ApiBase::PARAM_MIN => 1, ApiBase::PARAM_MAX => ApiBase::LIMIT_BIG1, ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2)));
 }
 public function getAllowedParams()
 {
     return array_merge(ApiMixinListAccess::getListAccessParams(), array('continue' => array(ApiBase::PARAM_HELP_MSG => 'api-help-param-continue')));
 }