$blockMsgMap | ApiBase | privatestatic |
$context | ContextSource | private |
$extensionInfo | ApiBase | privatestatic |
$filterIDsCache | ApiBase | privatestatic |
$mMainModule | ApiBase | private |
$mModuleName | ApiBase | private |
$mModulePrefix | ApiBase | |
$mModuleSource | ApiBase | private |
$mPageSet | ApiWatch | private |
$mParamCache | ApiBase | private |
$mReplicaDB | ApiBase | private |
__construct(ApiMain $mainModule, $moduleName, $modulePrefix='') | ApiBase | |
addBlockInfoToStatus(StatusValue $status, User $user=null) | ApiBase | |
addDeprecation( $msg, $feature, $data=[]) | ApiBase | |
addError( $msg, $code=null, $data=null) | ApiBase | |
addMessagesFromStatus(StatusValue $status, $types=[ 'warning', 'error'], array $filter=[]) | ApiBase | |
addWarning( $msg, $code=null, $data=null) | ApiBase | |
ALL_DEFAULT_STRING | ApiBase | |
canUseWikiPage() | ContextSource | |
checkTitleUserPermissions(Title $title, $actions, $options=[]) | ApiBase | |
checkUserRightsAny( $rights, $user=null) | ApiBase | |
dieBlocked(Block $block) | ApiBase | |
dieContinueUsageIf( $condition) | ApiBase | protected |
dieDebug( $method, $message) | ApiBase | protectedstatic |
dieReadOnly() | ApiBase | |
dieStatus(StatusValue $status) | ApiBase | |
dieWithError( $msg, $code=null, $data=null, $httpCode=null) | ApiBase | |
dieWithErrorOrDebug( $msg, $code=null, $data=null, $httpCode=null) | ApiBase | |
dieWithException( $exception, array $options=[]) | ApiBase | |
dynamicParameterDocumentation() | ApiBase | |
encodeParamName( $paramName) | ApiBase | |
errorArrayToStatus(array $errors, User $user=null) | ApiBase | |
execute() | ApiWatch | |
explodeMultiValue( $value, $limit) | ApiBase | protected |
exportSession() | ContextSource | |
extractRequestParams( $options=[]) | ApiBase | |
filterIDs( $fields, array $ids) | ApiBase | protected |
GET_VALUES_FOR_HELP | ApiBase | |
getAllowedParams( $flags=0) | ApiWatch | |
ApiBase::getAllowedParams() | ApiBase | protected |
getConditionalRequestData( $condition) | ApiBase | |
getConfig() | ContextSource | |
getContext() | ContextSource | |
getContinuationManager() | ApiBase | |
getCustomPrinter() | ApiBase | |
getDB() | ApiBase | protected |
getDescription() | ApiBase | protected |
getDescriptionMessage() | ApiBase | protected |
getErrorFormatter() | ApiBase | |
getExamples() | ApiBase | protected |
getExamplesMessages() | ApiWatch | protected |
getExtendedDescription() | ApiBase | protected |
getFinalDescription() | ApiBase | |
getFinalParamDescription() | ApiBase | |
getFinalParams( $flags=0) | ApiBase | |
getFinalSummary() | ApiBase | |
getHelpFlags() | ApiBase | protected |
getHelpUrls() | ApiWatch | |
getLanguage() | ContextSource | |
getMain() | ApiBase | |
getModuleFromPath( $path) | ApiBase | |
getModuleManager() | ApiBase | |
getModuleName() | ApiBase | |
getModulePath() | ApiBase | |
getModulePrefix() | ApiBase | |
getModuleSourceInfo() | ApiBase | protected |
getOutput() | ContextSource | |
getPageSet() | ApiWatch | private |
getParamDescription() | ApiBase | protected |
getParameter( $paramName, $parseLimit=true) | ApiBase | protected |
getParameterFromSettings( $paramName, $paramSettings, $parseLimit) | ApiBase | protected |
getParent() | ApiBase | |
getRequest() | ContextSource | |
getResult() | ApiBase | |
getSkin() | ContextSource | |
getStats() | ContextSource | |
getSummaryMessage() | ApiBase | protected |
getTiming() | ContextSource | |
getTitle() | ContextSource | |
getTitleFromTitleOrPageId( $params) | ApiBase | |
getTitleOrPageId( $params, $load=false) | ApiBase | |
getUser() | ContextSource | |
getWatchlistUser( $params) | ApiBase | |
getWatchlistValue( $watchlist, $titleObj, $userOption=null) | ApiBase | protected |
getWebUITokenSalt(array $params) | ApiBase | protected |
getWikiPage() | ContextSource | |
handleParamNormalization( $paramName, $value, $rawValue) | ApiBase | protected |
isDeprecated() | ApiBase | |
isInternal() | ApiBase | |
isMain() | ApiBase | |
isReadMode() | ApiBase | |
isWriteMode() | ApiWatch | |
lacksSameOriginSecurity() | ApiBase | |
LIMIT_BIG1 | ApiBase | |
LIMIT_BIG2 | ApiBase | |
LIMIT_SML1 | ApiBase | |
LIMIT_SML2 | ApiBase | |
logFeatureUsage( $feature) | ApiBase | |
makeMessage( $msg, IContextSource $context, array $params=null) | ApiBase | static |
modifyHelp(array &$help, array $options, array &$tocData) | ApiBase | |
msg( $key) | ContextSource | |
mustBePosted() | ApiWatch | |
needsToken() | ApiWatch | |
PARAM_ALL | ApiBase | |
PARAM_ALLOW_DUPLICATES | ApiBase | |
PARAM_DEPRECATED | ApiBase | |
PARAM_DEPRECATED_VALUES | ApiBase | |
PARAM_DFLT | ApiBase | |
PARAM_EXTRA_NAMESPACES | ApiBase | |
PARAM_HELP_MSG | ApiBase | |
PARAM_HELP_MSG_APPEND | ApiBase | |
PARAM_HELP_MSG_INFO | ApiBase | |
PARAM_HELP_MSG_PER_VALUE | ApiBase | |
PARAM_ISMULTI | ApiBase | |
PARAM_ISMULTI_LIMIT1 | ApiBase | |
PARAM_ISMULTI_LIMIT2 | ApiBase | |
PARAM_MAX | ApiBase | |
PARAM_MAX2 | ApiBase | |
PARAM_MAX_BYTES | ApiBase | |
PARAM_MAX_CHARS | ApiBase | |
PARAM_MIN | ApiBase | |
PARAM_RANGE_ENFORCE | ApiBase | |
PARAM_REQUIRED | ApiBase | |
PARAM_SENSITIVE | ApiBase | |
PARAM_SUBMODULE_MAP | ApiBase | |
PARAM_SUBMODULE_PARAM_PREFIX | ApiBase | |
PARAM_TEMPLATE_VARS | ApiBase | |
PARAM_TYPE | ApiBase | |
PARAM_VALUE_LINKS | ApiBase | |
parameterNotEmpty( $x) | ApiBase | private |
parseMultiValue( $valueName, $value, $allowMultiple, $allowedValues, $allSpecifier=null, $limit1=null, $limit2=null) | ApiBase | protected |
requireAtLeastOneParameter( $params, $required) | ApiBase | |
requireMaxOneParameter( $params, $required) | ApiBase | |
requireOnlyOneParameter( $params, $required) | ApiBase | |
requirePostedParameters( $params, $prefix='prefix') | ApiBase | |
setContext(IContextSource $context) | ContextSource | |
setContinuationManager(ApiContinuationManager $manager=null) | ApiBase | |
setWatch( $watch, $titleObj, $userOption=null) | ApiBase | protected |
shouldCheckMaxlag() | ApiBase | |
truncateArray(&$arr, $limit) | ApiBase | static |
useTransactionalTimeLimit() | ApiBase | protected |
validateLimit( $paramName, &$value, $min, $max, $botMax=null, $enforceLimits=false) | ApiBase | protected |
validateTimestamp( $value, $encParamName) | ApiBase | protected |
validateToken( $token, array $params) | ApiBase | |
validateUser( $value, $encParamName) | ApiBase | private |
warnOrDie(ApiMessage $msg, $enforceLimits=false) | ApiBase | private |
watchTitle(Title $title, User $user, array $params, $compatibilityMode=false) | ApiWatch | private |