MediaWiki REL1_33
|
This class contains a list of pages that the client has requested. More...
Public Member Functions | |
__construct (ApiBase $dbSource, $flags=0, $defaultNamespace=NS_MAIN) | |
execute () | |
Populate the PageSet from the request parameters. | |
executeDryRun () | |
In case execute() is not called, call this method to mark all relevant parameters as used This prevents unused parameters from being reported as warnings. | |
getAllowedParams ( $flags=0) | |
getAllTitlesByNamespace () | |
Returns an array [ns][dbkey] => page_id for all requested titles. | |
getCacheMode ( $params=null) | |
Get the cache mode for the data generated by this module. | |
getConvertedTitles () | |
Get a list of title conversions - maps a title to its converted version. | |
getConvertedTitlesAsResult ( $result=null) | |
Get a list of title conversions - maps a title to its converted version as a result array. | |
getCustomField ( $fieldName) | |
Get the value of a custom field previously requested through requestField() | |
getDataSource () | |
Return the parameter name that is the source of data for this PageSet. | |
getDeletedRevisionIDs () | |
Get the list of revision IDs that were associated with deleted titles. | |
getGoodAndMissingTitles () | |
Title objects for good and missing titles. | |
getGoodAndMissingTitlesByNamespace () | |
Returns an array [ns][dbkey] => page_id for all good and missing titles. | |
getGoodTitleCount () | |
Returns the number of found unique pages (not revisions) in the set. | |
getGoodTitles () | |
Title objects that were found in the database. | |
getGoodTitlesByNamespace () | |
Returns an array [ns][dbkey] => page_id for all good titles. | |
getInterwikiTitles () | |
Get a list of interwiki titles - maps a title to its interwiki prefix. | |
getInterwikiTitlesAsResult ( $result=null, $iwUrl=false) | |
Get a list of interwiki titles - maps a title to its interwiki prefix as result. | |
getInvalidTitlesAndReasons () | |
Titles that were deemed invalid by Title::newFromText() The array's index will be unique and negative for each item. | |
getInvalidTitlesAndRevisions ( $invalidChecks=[ 'invalidTitles', 'special', 'missingIds', 'missingRevIds', 'missingTitles', 'interwikiTitles']) | |
Get an array of invalid/special/missing titles. | |
getLiveRevisionIDs () | |
Get the list of non-deleted revision IDs (requested with the revids= parameter) | |
getMissingPageIDs () | |
Page IDs that were not found in the database. | |
getMissingRevisionIDs () | |
Revision IDs that were not found in the database. | |
getMissingRevisionIDsAsResult ( $result=null) | |
Revision IDs that were not found in the database as result array. | |
getMissingTitles () | |
Title objects that were NOT found in the database. | |
getMissingTitlesByNamespace () | |
Returns an array [ns][dbkey] => fake_page_id for all missing titles. | |
getNormalizedTitles () | |
Get a list of title normalizations - maps a title to its normalized version. | |
getNormalizedTitlesAsResult ( $result=null) | |
Get a list of title normalizations - maps a title to its normalized version in the form of result array. | |
getPageTableFields () | |
Get the fields that have to be queried from the page table: the ones requested through requestField() and a few basic ones we always need. | |
getRedirectTitles () | |
Get a list of redirect resolutions - maps a title to its redirect target, as an array of output-ready arrays. | |
getRedirectTitlesAsResult ( $result=null) | |
Get a list of redirect resolutions - maps a title to its redirect target. | |
getRevisionCount () | |
Returns the number of revisions (requested with revids= parameter). | |
getRevisionIDs () | |
Get the list of valid revision IDs (requested with the revids= parameter) | |
getSpecialTitles () | |
Get the list of titles with negative namespace. | |
getTitleCount () | |
Returns the number of unique pages (not revisions) in the set. | |
getTitles () | |
All Title objects provided. | |
isResolvingRedirects () | |
Check whether this PageSet is resolving redirects. | |
populateFromPageIDs ( $pageIDs) | |
Populate this PageSet from a list of page IDs. | |
populateFromQueryResult ( $db, $queryResult) | |
Populate this PageSet from a rowset returned from the database. | |
populateFromRevisionIDs ( $revIDs) | |
Populate this PageSet from a list of revision IDs. | |
populateFromTitles ( $titles) | |
Populate this PageSet from a list of Titles. | |
populateGeneratorData (&$result, array $path=[]) | |
Populate the generator data for all titles in the result. | |
processDbRow ( $row) | |
Extract all requested fields from the row received from the database. | |
requestField ( $fieldName) | |
Request an additional field from the page table. | |
setGeneratorData (Title $title, array $data) | |
Set data for a title. | |
setRedirectMergePolicy ( $callable) | |
Controls how generator data about a redirect source is merged into the generator data for the redirect target. | |
Public Member Functions inherited from ApiBase | |
__construct (ApiMain $mainModule, $moduleName, $modulePrefix='') | |
getModuleManager () | |
Get the module manager, or null if this module has no sub-modules. | |
getCustomPrinter () | |
If the module may only be used with a certain format module, it should override this method to return an instance of that formatter. | |
getHelpUrls () | |
Return links to more detailed help pages about the module. | |
shouldCheckMaxlag () | |
Indicates if this module needs maxlag to be checked. | |
isReadMode () | |
Indicates whether this module requires read rights. | |
isWriteMode () | |
Indicates whether this module requires write mode. | |
mustBePosted () | |
Indicates whether this module must be called with a POST request. | |
isDeprecated () | |
Indicates whether this module is deprecated. | |
isInternal () | |
Indicates whether this module is "internal" Internal API modules are not (yet) intended for 3rd party use and may be unstable. | |
needsToken () | |
Returns the token type this module requires in order to execute. | |
getConditionalRequestData ( $condition) | |
Returns data for HTTP conditional request mechanisms. | |
getModuleName () | |
Get the name of the module being executed by this instance. | |
getModulePrefix () | |
Get parameter prefix (usually two letters or an empty string). | |
getMain () | |
Get the main module. | |
isMain () | |
Returns true if this module is the main module ($this === $this->mMainModule), false otherwise. | |
getParent () | |
Get the parent of this module. | |
lacksSameOriginSecurity () | |
Returns true if the current request breaks the same-origin policy. | |
getModulePath () | |
Get the path to this module. | |
getModuleFromPath ( $path) | |
Get a module from its module path. | |
getResult () | |
Get the result object. | |
getErrorFormatter () | |
Get the error formatter. | |
getContinuationManager () | |
Get the continuation manager. | |
setContinuationManager (ApiContinuationManager $manager=null) | |
Set the continuation manager. | |
dynamicParameterDocumentation () | |
Indicate if the module supports dynamically-determined parameters that cannot be included in self::getAllowedParams(). | |
encodeParamName ( $paramName) | |
This method mangles parameter name based on the prefix supplied to the constructor. | |
extractRequestParams ( $options=[]) | |
Using getAllowedParams(), this function makes an array of the values provided by the user, with key being the name of the variable, and value - validated value from user or default. | |
requireOnlyOneParameter ( $params, $required) | |
Die if none or more than one of a certain set of parameters is set and not false. | |
requireMaxOneParameter ( $params, $required) | |
Die if more than one of a certain set of parameters is set and not false. | |
requireAtLeastOneParameter ( $params, $required) | |
Die if none of a certain set of parameters is set and not false. | |
requirePostedParameters ( $params, $prefix='prefix') | |
Die if any of the specified parameters were found in the query part of the URL rather than the post body. | |
getTitleOrPageId ( $params, $load=false) | |
Get a WikiPage object from a title or pageid param, if possible. | |
getTitleFromTitleOrPageId ( $params) | |
Get a Title object from a title or pageid param, if possible. | |
validateToken ( $token, array $params) | |
Validate the supplied token. | |
getWatchlistUser ( $params) | |
Gets the user for whom to get the watchlist. | |
errorArrayToStatus (array $errors, User $user=null) | |
Turn an array of message keys or key+param arrays into a Status. | |
addBlockInfoToStatus (StatusValue $status, User $user=null) | |
Add block info to block messages in a Status. | |
addWarning ( $msg, $code=null, $data=null) | |
Add a warning for this module. | |
addDeprecation ( $msg, $feature, $data=[]) | |
Add a deprecation warning for this module. | |
addError ( $msg, $code=null, $data=null) | |
Add an error for this module without aborting. | |
addMessagesFromStatus (StatusValue $status, $types=[ 'warning', 'error'], array $filter=[]) | |
Add warnings and/or errors from a Status. | |
dieWithError ( $msg, $code=null, $data=null, $httpCode=null) | |
Abort execution with an error. | |
dieWithException ( $exception, array $options=[]) | |
Abort execution with an error derived from an exception. | |
dieBlocked (Block $block) | |
Throw an ApiUsageException, which will (if uncaught) call the main module's error handler and die with an error message including block info. | |
dieStatus (StatusValue $status) | |
Throw an ApiUsageException based on the Status object. | |
dieReadOnly () | |
Helper function for readonly errors. | |
checkUserRightsAny ( $rights, $user=null) | |
Helper function for permission-denied errors. | |
checkTitleUserPermissions (Title $title, $actions, $options=[]) | |
Helper function for permission-denied errors. | |
dieWithErrorOrDebug ( $msg, $code=null, $data=null, $httpCode=null) | |
Will only set a warning instead of failing if the global $wgDebugAPI is set to true. | |
logFeatureUsage ( $feature) | |
Write logging information for API features to a debug log, for usage analysis. | |
getFinalSummary () | |
Get final module summary. | |
getFinalDescription () | |
Get final module description, after hooks have had a chance to tweak it as needed. | |
getFinalParams ( $flags=0) | |
Get final list of parameters, after hooks have had a chance to tweak it as needed. | |
getFinalParamDescription () | |
Get final parameter descriptions, after hooks have had a chance to tweak it as needed. | |
modifyHelp (array &$help, array $options, array &$tocData) | |
Called from ApiHelp before the pieces are joined together and returned. | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Public Attributes | |
const | DISABLE_GENERATORS = 1 |
Constructor flag: The new instance of ApiPageSet will ignore the 'generator=' parameter. | |
Public Attributes inherited from ApiBase | |
const | ALL_DEFAULT_STRING = '*' |
const | GET_VALUES_FOR_HELP = 1 |
getAllowedParams() flag: When set, the result could take longer to generate, but should be more thorough. | |
const | LIMIT_BIG1 = 500 |
Fast query, standard limit. | |
const | LIMIT_BIG2 = 5000 |
Fast query, apihighlimits limit. | |
const | LIMIT_SML1 = 50 |
Slow query, standard limit. | |
const | LIMIT_SML2 = 500 |
Slow query, apihighlimits limit. | |
const | PARAM_DFLT = 0 |
(null|boolean|integer|string) Default value of the parameter. | |
const | PARAM_ISMULTI = 1 |
(boolean) Accept multiple pipe-separated values for this parameter (e.g. | |
const | PARAM_TYPE = 2 |
(string|string[]) Either an array of allowed value strings, or a string type as described below. | |
const | PARAM_MAX = 3 |
(integer) Max value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'. | |
const | PARAM_MAX2 = 4 |
(integer) Max value allowed for the parameter for users with the apihighlimits right, for PARAM_TYPE 'limit'. | |
const | PARAM_MIN = 5 |
(integer) Lowest value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'. | |
const | PARAM_ALLOW_DUPLICATES = 6 |
(boolean) Allow the same value to be set more than once when PARAM_ISMULTI is true? | |
const | PARAM_DEPRECATED = 7 |
(boolean) Is the parameter deprecated (will show a warning)? | |
const | PARAM_REQUIRED = 8 |
(boolean) Is the parameter required? | |
const | PARAM_RANGE_ENFORCE = 9 |
(boolean) For PARAM_TYPE 'integer', enforce PARAM_MIN and PARAM_MAX? | |
const | PARAM_HELP_MSG = 10 |
(string|array|Message) Specify an alternative i18n documentation message for this parameter. | |
const | PARAM_HELP_MSG_APPEND = 11 |
((string|array|Message)[]) Specify additional i18n messages to append to the normal message for this parameter. | |
const | PARAM_HELP_MSG_INFO = 12 |
(array) Specify additional information tags for the parameter. | |
const | PARAM_VALUE_LINKS = 13 |
(string[]) When PARAM_TYPE is an array, this may be an array mapping those values to page titles which will be linked in the help. | |
const | PARAM_HELP_MSG_PER_VALUE = 14 |
((string|array|Message)[]) When PARAM_TYPE is an array, this is an array mapping those values to $msg for ApiBase::makeMessage(). | |
const | PARAM_SUBMODULE_MAP = 15 |
(string[]) When PARAM_TYPE is 'submodule', map parameter values to submodule paths. | |
const | PARAM_SUBMODULE_PARAM_PREFIX = 16 |
(string) When PARAM_TYPE is 'submodule', used to indicate the 'g' prefix added by ApiQueryGeneratorBase (and similar if anything else ever does that). | |
const | PARAM_ALL = 17 |
(boolean|string) When PARAM_TYPE has a defined set of values and PARAM_ISMULTI is true, this allows for an asterisk ('*') to be passed in place of a pipe-separated list of every possible value. | |
const | PARAM_EXTRA_NAMESPACES = 18 |
(int[]) When PARAM_TYPE is 'namespace', include these as additional possible values. | |
const | PARAM_SENSITIVE = 19 |
(boolean) Is the parameter sensitive? Note 'password'-type fields are always sensitive regardless of the value of this field. | |
const | PARAM_DEPRECATED_VALUES = 20 |
(array) When PARAM_TYPE is an array, this indicates which of the values are deprecated. | |
const | PARAM_ISMULTI_LIMIT1 = 21 |
(integer) Maximum number of values, for normal users. | |
const | PARAM_ISMULTI_LIMIT2 = 22 |
(integer) Maximum number of values, for users with the apihighimits right. | |
const | PARAM_MAX_BYTES = 23 |
(integer) Maximum length of a string in bytes (in UTF-8 encoding). | |
const | PARAM_MAX_CHARS = 24 |
(integer) Maximum length of a string in characters (unicode codepoints). | |
const | PARAM_TEMPLATE_VARS = 25 |
(array) Indicate that this is a templated parameter, and specify replacements. | |
Protected Member Functions | |
getDB () | |
Get the database connection (read-only) | |
handleParamNormalization ( $paramName, $value, $rawValue) | |
Handle when a parameter was Unicode-normalized. | |
Protected Member Functions inherited from ApiBase | |
getExamplesMessages () | |
Returns usage examples for this module. | |
getAllowedParams () | |
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (array with PARAM_* constants as keys) Don't call this function directly: use getFinalParams() to allow hooks to modify parameters as needed. | |
getWebUITokenSalt (array $params) | |
Fetch the salt used in the Web UI corresponding to this module. | |
getParameter ( $paramName, $parseLimit=true) | |
Get a value for the given parameter. | |
getWatchlistValue ( $watchlist, $titleObj, $userOption=null) | |
Return true if we're to watch the page, false if not, null if no change. | |
getParameterFromSettings ( $paramName, $paramSettings, $parseLimit) | |
Using the settings determine the value for the given parameter. | |
explodeMultiValue ( $value, $limit) | |
Split a multi-valued parameter string, like explode() | |
parseMultiValue ( $valueName, $value, $allowMultiple, $allowedValues, $allSpecifier=null, $limit1=null, $limit2=null) | |
Return an array of values that were given in a 'a|b|c' notation, after it optionally validates them against the list allowed values. | |
validateLimit ( $paramName, &$value, $min, $max, $botMax=null, $enforceLimits=false) | |
Validate the value against the minimum and user/bot maximum limits. | |
validateTimestamp ( $value, $encParamName) | |
Validate and normalize parameters of type 'timestamp'. | |
setWatch ( $watch, $titleObj, $userOption=null) | |
Set a watch (or unwatch) based the based on a watchlist parameter. | |
useTransactionalTimeLimit () | |
Call wfTransactionalTimeLimit() if this request was POSTed. | |
filterIDs ( $fields, array $ids) | |
Filter out-of-range values from a list of positive integer IDs. | |
dieContinueUsageIf ( $condition) | |
Die with the 'badcontinue' error. | |
getSummaryMessage () | |
Return the summary message. | |
getExtendedDescription () | |
Return the extended help text message. | |
getHelpFlags () | |
Generates the list of flags for the help screen and for action=paraminfo. | |
getModuleSourceInfo () | |
Returns information about the source of this module, if known. | |
getDescription () | |
Returns the description string for this module. | |
getParamDescription () | |
Returns an array of parameter descriptions. | |
getExamples () | |
Returns usage examples for this module. | |
getDescriptionMessage () | |
Return the description message. | |
Private Member Functions | |
executeInternal ( $isDryRun) | |
Populate the PageSet from the request parameters. | |
getGenerators () | |
Get an array of all available generators. | |
getRedirectTargets () | |
Get the targets of the pending redirects from the database. | |
initFromPageIds ( $pageids, $filterIds=true) | |
Does the same as initFromTitles(), but is based on page IDs instead. | |
initFromQueryResult ( $res, &$remaining=null, $processTitles=null) | |
Iterate through the result of the query on 'page' table, and for each row create and store title object and save any extra fields requested. | |
initFromRevIDs ( $revids) | |
Does the same as initFromTitles(), but is based on revision IDs instead. | |
initFromTitles ( $titles) | |
This method populates internal variables with page information based on the given array of title strings. | |
processTitlesArray ( $titles) | |
Given an array of title strings, convert them into Title objects. | |
resolvePendingRedirects () | |
Resolve any redirects in the result if redirect resolution was requested. | |
Static Private Member Functions | |
static | addValues (array &$result, $values, $flags=[], $name=null) |
Add all items from $values into the result. | |
Private Attributes | |
$mAllowGenerator | |
$mAllPages = [] | |
$mAllSpecials = [] | |
$mCacheMode = 'public' | |
$mConvertedTitles = [] | |
$mConvertTitles | |
$mDbSource | |
int | $mDefaultNamespace = NS_MAIN |
$mDeletedRevIDs = [] | |
$mFakePageId = -1 | |
$mGeneratorData = [] | |
$mGoodAndMissingPages = [] | |
$mGoodPages = [] | |
$mGoodRevIDs = [] | |
$mGoodTitles = [] | |
$mInterwikiTitles = [] | |
array | $mInvalidTitles = [] |
[fake_page_id] => [ 'title' => $title, 'invalidreason' => $reason ] | |
$mLiveRevIDs = [] | |
$mMissingPageIDs = [] | |
$mMissingPages = [] | |
$mMissingRevIDs = [] | |
$mMissingTitles = [] | |
$mNormalizedTitles = [] | |
$mParams | |
Title[] | $mPendingRedirectIDs = [] |
$mPendingRedirectSpecialPages = [] | |
callable null | $mRedirectMergePolicy |
$mRedirectTitles = [] | |
$mRequestedPageFields = [] | |
$mResolvedRedirectTitles = [] | |
$mResolveRedirects | |
$mSpecialTitles = [] | |
$mTitles = [] | |
Static Private Attributes | |
static | $generators = null |
Additional Inherited Members | |
Static Public Member Functions inherited from ApiBase | |
static | makeMessage ( $msg, IContextSource $context, array $params=null) |
Create a Message from a string or array. | |
static | truncateArray (&$arr, $limit) |
Truncate an array to a certain length. | |
Static Protected Member Functions inherited from ApiBase | |
static | dieDebug ( $method, $message) |
Internal code errors should be reported with this method. | |
This class contains a list of pages that the client has requested.
Initially, when the client passes in titles=, pageids=, or revisions= parameter, an instance of the ApiPageSet class will normalize titles, determine if the pages/revisions exist, and prefetch any additional page data requested.
When a generator is used, the result of the generator will become the input for the second instance of this class, and all subsequent actions will use the second instance for all their work.
Definition at line 40 of file ApiPageSet.php.
ApiBase | $dbSource | Module implementing getDB(). Allows PageSet to reuse existing db connection from the shared state like ApiQuery. |
int | $flags | Zero or more flags like DISABLE_GENERATORS |
int | $defaultNamespace | The namespace to use if none is specified by a prefix. |
Definition at line 117 of file ApiPageSet.php.
References DISABLE_GENERATORS, ApiBase\extractRequestParams(), ApiBase\getMain(), and ApiBase\getModuleName().
Add all items from $values into the result.
array | $result | Output |
array | $values | Values to add |
string[] | $flags | The names of boolean flags to mark this element |
string | $name | If given, name of the value |
Definition at line 93 of file ApiPageSet.php.
References $name, ApiQueryBase\addTitleInfo(), and as.
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::execute | ( | ) |
Populate the PageSet from the request parameters.
Reimplemented from ApiBase.
Definition at line 139 of file ApiPageSet.php.
References executeInternal().
ApiPageSet::executeDryRun | ( | ) |
In case execute() is not called, call this method to mark all relevant parameters as used This prevents unused parameters from being reported as warnings.
Definition at line 132 of file ApiPageSet.php.
References executeInternal().
|
private |
Populate the PageSet from the request parameters.
bool | $isDryRun | If true, instantiates generator, but only to mark relevant parameters as used |
Definition at line 148 of file ApiPageSet.php.
References $generator, $mDbSource, ApiBase\addWarning(), as, ApiBase\dieWithError(), ApiBase\encodeParamName(), ApiBase\getMain(), initFromPageIds(), initFromRevIDs(), initFromTitles(), and resolvePendingRedirects().
Referenced by execute(), and executeDryRun().
ApiPageSet::getAllowedParams | ( | $flags = 0 | ) |
Definition at line 1421 of file ApiPageSet.php.
References ApiBase\GET_VALUES_FOR_HELP, getGenerators(), ApiBase\PARAM_DFLT, ApiBase\PARAM_HELP_MSG, ApiBase\PARAM_ISMULTI, ApiBase\PARAM_SUBMODULE_MAP, ApiBase\PARAM_SUBMODULE_PARAM_PREFIX, and ApiBase\PARAM_TYPE.
ApiPageSet::getAllTitlesByNamespace | ( | ) |
Returns an array [ns][dbkey] => page_id for all requested titles.
page_id is a unique negative number in case title was not found. Invalid titles will also have negative page IDs and will be in namespace 0
Definition at line 343 of file ApiPageSet.php.
References $mAllPages.
ApiPageSet::getCacheMode | ( | $params = null | ) |
Get the cache mode for the data generated by this module.
All PageSet users should take into account whether this returns a more-restrictive cache mode than the using module itself. For possible return values and other details about cache modes, see ApiMain::setCacheMode()
Public caching will only be allowed if all the modules that supply data for a given request return a cache mode of public.
array | null | $params |
Definition at line 1146 of file ApiPageSet.php.
References $mCacheMode.
ApiPageSet::getConvertedTitles | ( | ) |
Get a list of title conversions - maps a title to its converted version.
Definition at line 524 of file ApiPageSet.php.
References $mConvertedTitles.
Referenced by getConvertedTitlesAsResult().
ApiPageSet::getConvertedTitlesAsResult | ( | $result = null | ) |
Get a list of title conversions - maps a title to its converted version as a result array.
ApiResult | null | $result |
Definition at line 535 of file ApiPageSet.php.
References as, getConvertedTitles(), and ApiResult\setIndexedTagName().
ApiPageSet::getCustomField | ( | $fieldName | ) |
Get the value of a custom field previously requested through requestField()
string | $fieldName | Field name |
Definition at line 297 of file ApiPageSet.php.
ApiPageSet::getDataSource | ( | ) |
Return the parameter name that is the source of data for this PageSet.
If multiple source parameters are specified (e.g. titles and pageids), one will be named arbitrarily.
Definition at line 265 of file ApiPageSet.php.
|
protected |
Get the database connection (read-only)
Reimplemented from ApiBase.
Definition at line 1417 of file ApiPageSet.php.
Referenced by getRedirectTargets(), initFromPageIds(), initFromRevIDs(), initFromTitles(), and resolvePendingRedirects().
ApiPageSet::getDeletedRevisionIDs | ( | ) |
Get the list of revision IDs that were associated with deleted titles.
Definition at line 667 of file ApiPageSet.php.
References $mDeletedRevIDs.
|
private |
Get an array of all available generators.
Definition at line 1490 of file ApiPageSet.php.
References $generators, $mDbSource, $name, $query, as, and ApiBase\getMain().
Referenced by getAllowedParams().
ApiPageSet::getGoodAndMissingTitles | ( | ) |
Title objects for good and missing titles.
Definition at line 417 of file ApiPageSet.php.
References $mMissingTitles.
ApiPageSet::getGoodAndMissingTitlesByNamespace | ( | ) |
Returns an array [ns][dbkey] => page_id for all good and missing titles.
Definition at line 409 of file ApiPageSet.php.
References $mGoodAndMissingPages.
ApiPageSet::getGoodTitleCount | ( | ) |
Returns the number of found unique pages (not revisions) in the set.
Definition at line 383 of file ApiPageSet.php.
ApiPageSet::getGoodTitles | ( | ) |
Title objects that were found in the database.
Definition at line 375 of file ApiPageSet.php.
References $mGoodTitles.
ApiPageSet::getGoodTitlesByNamespace | ( | ) |
Returns an array [ns][dbkey] => page_id for all good titles.
Definition at line 367 of file ApiPageSet.php.
References $mGoodPages.
ApiPageSet::getInterwikiTitles | ( | ) |
Get a list of interwiki titles - maps a title to its interwiki prefix.
Definition at line 555 of file ApiPageSet.php.
References $mInterwikiTitles.
Referenced by getInterwikiTitlesAsResult().
ApiPageSet::getInterwikiTitlesAsResult | ( | $result = null , |
|
$iwUrl = false |
|||
) |
Get a list of interwiki titles - maps a title to its interwiki prefix as result.
ApiResult | null | $result | |
bool | $iwUrl |
Definition at line 567 of file ApiPageSet.php.
References $title, as, getInterwikiTitles(), PROTO_CURRENT, and ApiResult\setIndexedTagName().
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::getInvalidTitlesAndReasons | ( | ) |
Titles that were deemed invalid by Title::newFromText() The array's index will be unique and negative for each item.
Definition at line 426 of file ApiPageSet.php.
References $mInvalidTitles.
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::getInvalidTitlesAndRevisions | ( | $invalidChecks = [ 'invalidTitles', 'special', 'missingIds', 'missingRevIds', 'missingTitles', 'interwikiTitles' ] | ) |
Get an array of invalid/special/missing titles.
array | $invalidChecks | List of types of invalid titles to include. Recognized values are:
|
Definition at line 601 of file ApiPageSet.php.
References $title, addValues(), as, getInterwikiTitlesAsResult(), getInvalidTitlesAndReasons(), getMissingPageIDs(), getMissingRevisionIDs(), getMissingTitles(), and getSpecialTitles().
ApiPageSet::getLiveRevisionIDs | ( | ) |
Get the list of non-deleted revision IDs (requested with the revids= parameter)
Definition at line 659 of file ApiPageSet.php.
References $mLiveRevIDs.
ApiPageSet::getMissingPageIDs | ( | ) |
Page IDs that were not found in the database.
Definition at line 434 of file ApiPageSet.php.
References $mMissingPageIDs.
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::getMissingRevisionIDs | ( | ) |
Revision IDs that were not found in the database.
Definition at line 675 of file ApiPageSet.php.
References $mMissingRevIDs.
Referenced by getInvalidTitlesAndRevisions(), and getMissingRevisionIDsAsResult().
ApiPageSet::getMissingRevisionIDsAsResult | ( | $result = null | ) |
Revision IDs that were not found in the database as result array.
ApiResult | null | $result |
Definition at line 685 of file ApiPageSet.php.
References as, getMissingRevisionIDs(), and ApiResult\setIndexedTagName().
ApiPageSet::getMissingTitles | ( | ) |
Title objects that were NOT found in the database.
The array's index will be negative for each item
Definition at line 401 of file ApiPageSet.php.
References $mMissingTitles.
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::getMissingTitlesByNamespace | ( | ) |
Returns an array [ns][dbkey] => fake_page_id for all missing titles.
fake_page_id is a unique negative number.
Definition at line 392 of file ApiPageSet.php.
References $mMissingPages.
ApiPageSet::getNormalizedTitles | ( | ) |
Get a list of title normalizations - maps a title to its normalized version.
Definition at line 490 of file ApiPageSet.php.
References $mNormalizedTitles.
Referenced by getNormalizedTitlesAsResult().
ApiPageSet::getNormalizedTitlesAsResult | ( | $result = null | ) |
Get a list of title normalizations - maps a title to its normalized version in the form of result array.
ApiResult | null | $result |
Definition at line 501 of file ApiPageSet.php.
References as, getNormalizedTitles(), and ApiResult\setIndexedTagName().
ApiPageSet::getPageTableFields | ( | ) |
Get the fields that have to be queried from the page table: the ones requested through requestField() and a few basic ones we always need.
Definition at line 307 of file ApiPageSet.php.
References as, and ContextSource\getConfig().
Referenced by initFromPageIds(), initFromTitles(), and resolvePendingRedirects().
|
private |
Get the targets of the pending redirects from the database.
Also creates entries in the redirect table for redirects that don't have one.
Definition at line 1054 of file ApiPageSet.php.
References $res, $title, as, getDB(), list, and processTitlesArray().
Referenced by resolvePendingRedirects().
ApiPageSet::getRedirectTitles | ( | ) |
Get a list of redirect resolutions - maps a title to its redirect target, as an array of output-ready arrays.
Definition at line 443 of file ApiPageSet.php.
References $mRedirectTitles.
Referenced by getRedirectTitlesAsResult().
ApiPageSet::getRedirectTitlesAsResult | ( | $result = null | ) |
Get a list of redirect resolutions - maps a title to its redirect target.
Includes generator data for redirect source when available.
ApiResult | null | $result |
Definition at line 454 of file ApiPageSet.php.
References as, getRedirectTitles(), and ApiResult\setIndexedTagName().
ApiPageSet::getRevisionCount | ( | ) |
Returns the number of revisions (requested with revids= parameter).
Definition at line 711 of file ApiPageSet.php.
References getRevisionIDs().
ApiPageSet::getRevisionIDs | ( | ) |
Get the list of valid revision IDs (requested with the revids= parameter)
Definition at line 651 of file ApiPageSet.php.
References $mGoodRevIDs.
Referenced by getRevisionCount().
ApiPageSet::getSpecialTitles | ( | ) |
Get the list of titles with negative namespace.
Definition at line 703 of file ApiPageSet.php.
References $mSpecialTitles.
Referenced by getInvalidTitlesAndRevisions().
ApiPageSet::getTitleCount | ( | ) |
Returns the number of unique pages (not revisions) in the set.
Definition at line 359 of file ApiPageSet.php.
ApiPageSet::getTitles | ( | ) |
All Title objects provided.
Definition at line 351 of file ApiPageSet.php.
References $mTitles.
|
protected |
Handle when a parameter was Unicode-normalized.
string | $paramName | Unprefixed parameter name |
string | $value | Input that will be used. |
string | $rawValue | Input before normalization. |
Reimplemented from ApiBase.
Definition at line 1467 of file ApiPageSet.php.
References $value, and ApiBase\explodeMultiValue().
|
private |
Does the same as initFromTitles(), but is based on page IDs instead.
array | $pageids | Array of page IDs |
bool | $filterIds | Whether the IDs need filtering |
Definition at line 824 of file ApiPageSet.php.
References $res, ApiBase\filterIDs(), getDB(), getPageTableFields(), initFromQueryResult(), and resolvePendingRedirects().
Referenced by executeInternal(), initFromRevIDs(), and populateFromPageIDs().
Iterate through the result of the query on 'page' table, and for each row create and store title object and save any extra fields requested.
ResultWrapper | $res | DB Query result |
array | $remaining | Array of either pageID or ns/title elements (optional). If given, any missing items will go to $mMissingPageIDs and $mMissingTitles |
bool | $processTitles | Must be provided together with $remaining. If true, treat $remaining as an array of [ns][title] If false, treat it as an array of [pageIDs] |
Definition at line 864 of file ApiPageSet.php.
References $mFakePageId, $res, $title, as, ApiBase\dieDebug(), and processDbRow().
Referenced by initFromPageIds(), initFromTitles(), populateFromQueryResult(), and resolvePendingRedirects().
|
private |
Does the same as initFromTitles(), but is based on revision IDs instead.
array | $revids | Array of revision IDs |
Definition at line 935 of file ApiPageSet.php.
References $res, $tables, $title, $titles, as, ApiBase\filterIDs(), getDB(), ContextSource\getUser(), initFromPageIds(), and initFromTitles().
Referenced by executeInternal(), and populateFromRevisionIDs().
|
private |
This method populates internal variables with page information based on the given array of title strings.
Steps: #1 For each title, get data from page
table #2 If page was not found in the DB, store it as missing
Additionally, when resolving redirects: #3 If no more redirects left, stop. #4 For each redirect, get its target from the redirect
table. #5 Substitute the original LinkBatch object with the new list #6 Repeat from step #1
array | $titles | Array of Title objects or strings |
Definition at line 796 of file ApiPageSet.php.
References $res, $titles, getDB(), getPageTableFields(), initFromQueryResult(), processTitlesArray(), and resolvePendingRedirects().
Referenced by executeInternal(), initFromRevIDs(), and populateFromTitles().
ApiPageSet::isResolvingRedirects | ( | ) |
Check whether this PageSet is resolving redirects.
Definition at line 253 of file ApiPageSet.php.
References $mResolveRedirects.
ApiPageSet::populateFromPageIDs | ( | $pageIDs | ) |
Populate this PageSet from a list of page IDs.
array | $pageIDs | Array of page IDs |
Definition at line 727 of file ApiPageSet.php.
References initFromPageIds().
ApiPageSet::populateFromQueryResult | ( | $db, | |
$queryResult | |||
) |
Populate this PageSet from a rowset returned from the database.
Note that the query result must include the columns returned by $this->getPageTableFields().
IDatabase | $db | |
ResultWrapper | $queryResult |
Definition at line 740 of file ApiPageSet.php.
References initFromQueryResult().
ApiPageSet::populateFromRevisionIDs | ( | $revIDs | ) |
Populate this PageSet from a list of revision IDs.
array | $revIDs | Array of revision IDs |
Definition at line 748 of file ApiPageSet.php.
References initFromRevIDs().
ApiPageSet::populateFromTitles | ( | $titles | ) |
Populate this PageSet from a list of Titles.
array | $titles | Array of Title objects |
Definition at line 719 of file ApiPageSet.php.
References $titles, and initFromTitles().
ApiPageSet::populateGeneratorData | ( | & | $result, |
array | $path = [] |
||
) |
Populate the generator data for all titles in the result.
The page data may be inserted into an ApiResult object or into an associative array. The $path parameter specifies the path within the ApiResult or array to find the "pages" node.
The "pages" node itself must be an associative array mapping the page ID or fake page ID values returned by this pageset (see self::getAllTitlesByNamespace() and self::getSpecialTitles()) to associative arrays of page data. Each of those subarrays will have the data from self::setGeneratorData() merged in.
Data that was set by self::setGeneratorData() for pages not in the "pages" node will be ignored.
ApiResult | array | &$result | |
array | $path |
Definition at line 1327 of file ApiPageSet.php.
References $data, $path, $title, $value, ApiResult\addValue(), as, NS_SPECIAL, and ApiResult\OVERRIDE.
ApiPageSet::processDbRow | ( | $row | ) |
Extract all requested fields from the row received from the database.
stdClass | $row | Result row |
Definition at line 756 of file ApiPageSet.php.
Referenced by initFromQueryResult().
|
private |
Given an array of title strings, convert them into Title objects.
Alternatively, an array of Title objects may be given. This method validates access rights for the title, and appends normalization values to the output.
array | $titles | Array of Title objects or strings |
Definition at line 1159 of file ApiPageSet.php.
References ContextSource\$context, $mFakePageId, $services, $title, $titles, as, ApiBase\getErrorFormatter(), list, and NS_SPECIAL.
Referenced by getRedirectTargets(), and initFromTitles().
ApiPageSet::requestField | ( | $fieldName | ) |
Request an additional field from the page table.
Must be called before execute()
string | $fieldName | Field name |
Definition at line 287 of file ApiPageSet.php.
|
private |
Resolve any redirects in the result if redirect resolution was requested.
This function is called repeatedly until all redirects have been resolved.
Definition at line 1017 of file ApiPageSet.php.
References $res, getDB(), getPageTableFields(), getRedirectTargets(), and initFromQueryResult().
Referenced by executeInternal(), initFromPageIds(), and initFromTitles().
Set data for a title.
This data may be extracted into an ApiResult using self::populateGeneratorData. This should generally be limited to data that is likely to be particularly useful to end users rather than just being a dump of everything returned in non-generator mode.
Redirects here will not be followed, even if 'redirects' was specified, since in the case of multiple redirects we can't know which source's data to use on the target.
Title | $title | |
array | $data |
Definition at line 1278 of file ApiPageSet.php.
ApiPageSet::setRedirectMergePolicy | ( | $callable | ) |
Controls how generator data about a redirect source is merged into the generator data for the redirect target.
When not set no data is merged. Note that if multiple titles redirect to the same target the order of operations is undefined.
Example to include generated data from redirect in target, prefering the data generated for the destination when there is a collision:
callable | null | $callable | Recieves two array arguments, first the generator data for the redirect target and second the generator data for the redirect source. Returns the resulting generator data to use for the redirect target. |
Definition at line 1303 of file ApiPageSet.php.
|
staticprivate |
Definition at line 1484 of file ApiPageSet.php.
Referenced by getGenerators().
|
private |
Definition at line 51 of file ApiPageSet.php.
|
private |
Definition at line 53 of file ApiPageSet.php.
Referenced by getAllTitlesByNamespace().
|
private |
Definition at line 65 of file ApiPageSet.php.
|
private |
Definition at line 79 of file ApiPageSet.php.
Referenced by getCacheMode().
|
private |
Definition at line 72 of file ApiPageSet.php.
Referenced by getConvertedTitles().
|
private |
Definition at line 50 of file ApiPageSet.php.
|
private |
Definition at line 47 of file ApiPageSet.php.
Referenced by executeInternal(), and getGenerators().
|
private |
Definition at line 82 of file ApiPageSet.php.
|
private |
Definition at line 75 of file ApiPageSet.php.
Referenced by getDeletedRevisionIDs().
|
private |
Definition at line 78 of file ApiPageSet.php.
Referenced by initFromQueryResult(), and processTitlesArray().
|
private |
Definition at line 77 of file ApiPageSet.php.
|
private |
Definition at line 55 of file ApiPageSet.php.
Referenced by getGoodAndMissingTitlesByNamespace().
|
private |
Definition at line 56 of file ApiPageSet.php.
Referenced by getGoodTitlesByNamespace().
|
private |
Definition at line 73 of file ApiPageSet.php.
Referenced by getRevisionIDs().
|
private |
Definition at line 57 of file ApiPageSet.php.
Referenced by getGoodTitles().
|
private |
Definition at line 67 of file ApiPageSet.php.
Referenced by getInterwikiTitles().
|
private |
[fake_page_id] => [ 'title' => $title, 'invalidreason' => $reason ]
Definition at line 61 of file ApiPageSet.php.
Referenced by getInvalidTitlesAndReasons().
|
private |
Definition at line 74 of file ApiPageSet.php.
Referenced by getLiveRevisionIDs().
|
private |
Definition at line 62 of file ApiPageSet.php.
Referenced by getMissingPageIDs().
|
private |
Definition at line 58 of file ApiPageSet.php.
Referenced by getMissingTitlesByNamespace().
|
private |
Definition at line 76 of file ApiPageSet.php.
Referenced by getMissingRevisionIDs().
|
private |
Definition at line 59 of file ApiPageSet.php.
Referenced by getGoodAndMissingTitles(), and getMissingTitles().
|
private |
Definition at line 66 of file ApiPageSet.php.
Referenced by getNormalizedTitles().
|
private |
Definition at line 48 of file ApiPageSet.php.
|
private |
Definition at line 69 of file ApiPageSet.php.
|
private |
Definition at line 70 of file ApiPageSet.php.
|
private |
Definition at line 84 of file ApiPageSet.php.
|
private |
Definition at line 63 of file ApiPageSet.php.
Referenced by getRedirectTitles().
|
private |
Definition at line 80 of file ApiPageSet.php.
|
private |
Definition at line 71 of file ApiPageSet.php.
|
private |
Definition at line 49 of file ApiPageSet.php.
Referenced by isResolvingRedirects().
|
private |
Definition at line 64 of file ApiPageSet.php.
Referenced by getSpecialTitles().
|
private |
Definition at line 54 of file ApiPageSet.php.
Referenced by getTitles().
const ApiPageSet::DISABLE_GENERATORS = 1 |
Constructor flag: The new instance of ApiPageSet will ignore the 'generator=' parameter.
Definition at line 45 of file ApiPageSet.php.
Referenced by __construct().