44 return 'apihelp-disabled-summary';
49 'apihelp-disabled-extended-description',
50 'api-help-no-extended-description',
This abstract class implements many basic API functions, and is the base of all API classes.
dieWithError( $msg, $code=null, $data=null, $httpCode=0)
Abort execution with an error.
getModuleName()
Get the name of the module being executed by this instance.
API module that dies with an error immediately.
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
getSummaryMessage()
Return the summary message.
getExtendedDescription()
Return the extended help text message.
isReadMode()
Indicates whether this module requires read rights.