31 parent::__construct(
$query, $moduleName,
'll' );
35 if ( $this->
getPageSet()->getGoodTitleCount() == 0 ) {
40 $prop = array_flip( (array)
$params[
'prop'] );
45 'apierror-invalidparammix-mustusewith',
56 $prop = [
'url' => 1 ];
67 if ( !is_null(
$params[
'continue'] ) ) {
68 $cont = explode(
'|',
$params[
'continue'] );
70 $op =
$params[
'dir'] ==
'descending' ?
'<' :
'>';
71 $llfrom = intval( $cont[0] );
72 $lllang = $this->
getDB()->addQuotes( $cont[1] );
74 "ll_from $op $llfrom OR " .
75 "(ll_from = $llfrom AND " .
76 "ll_lang $op= $lllang)"
86 $sort = ( $params[
'dir'] ==
'descending' ?
' DESC' :
'' );
87 if ( isset(
$params[
'lang'] ) ) {
89 if ( isset(
$params[
'title'] ) ) {
95 if ( count( $this->
getPageSet()->getGoodTitles() ) == 1 ) {
105 $this->
addOption(
'LIMIT', $params[
'limit'] + 1 );
109 foreach (
$res as $row ) {
110 if ( ++$count >
$params[
'limit'] ) {
116 $entry = [
'lang' => $row->ll_lang ];
117 if ( isset( $prop[
'url'] ) ) {
118 $title = Title::newFromText(
"{$row->ll_lang}:{$row->ll_title}" );
123 if ( isset( $prop[
'langname'] ) ) {
124 $entry[
'langname'] = Language::fetchLanguageName( $row->ll_lang,
$params[
'inlanguagecode'] );
126 if ( isset( $prop[
'autonym'] ) ) {
127 $entry[
'autonym'] = Language::fetchLanguageName( $row->ll_lang );
183 'action=query&prop=langlinks&titles=Main%20Page&redirects='
184 =>
'apihelp-query+langlinks-example-simple',
189 return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Langlinks';
wfExpandUrl( $url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.
const PARAM_MAX2
(integer) Max value allowed for the parameter for users with the apihighlimits right,...
const PARAM_DEPRECATED
(boolean) Is the parameter deprecated (will show a warning)?
encodeParamName( $paramName)
This method mangles parameter name based on the prefix supplied to the constructor.
const PARAM_MAX
(integer) Max value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'.
dieWithError( $msg, $code=null, $data=null, $httpCode=null)
Abort execution with an error.
dieContinueUsageIf( $condition)
Die with the 'badcontinue' error.
const PARAM_TYPE
(string|string[]) Either an array of allowed value strings, or a string type as described below.
const PARAM_DFLT
(null|boolean|integer|string) Default value of the parameter.
extractRequestParams( $parseLimit=true)
Using getAllowedParams(), this function makes an array of the values provided by the user,...
const PARAM_HELP_MSG_PER_VALUE
((string|array|Message)[]) When PARAM_TYPE is an array, this is an array mapping those values to $msg...
const PARAM_MIN
(integer) Lowest value allowed for the parameter, for PARAM_TYPE 'integer' and 'limit'.
const LIMIT_BIG1
Fast query, standard limit.
requireMaxOneParameter( $params, $required)
Die if more than one of a certain set of parameters is set and not false.
const PARAM_HELP_MSG
(string|array|Message) Specify an alternative i18n documentation message for this parameter.
const LIMIT_BIG2
Fast query, apihighlimits limit.
const PARAM_ISMULTI
(boolean) Accept multiple pipe-separated values for this parameter (e.g.
This is a base class for all Query modules.
setContinueEnumParameter( $paramName, $paramValue)
Set a query-continue value.
addFields( $value)
Add a set of fields to select to the internal array.
addPageSubItem( $pageId, $item, $elemname=null)
Same as addPageSubItems(), but one element of $data at a time.
addOption( $name, $value=null)
Add an option such as LIMIT or USE INDEX.
addTables( $tables, $alias=null)
Add a set of tables to the internal array.
getDB()
Get the Query database connection (read-only)
addWhereFld( $field, $value)
Equivalent to addWhere(array($field => $value))
getPageSet()
Get the PageSet object to work on.
addWhere( $value)
Add a set of WHERE clauses to the internal array.
A query module to list all langlinks (links to corresponding foreign language pages).
getExamplesMessages()
Returns usage examples for this module.
getAllowedParams()
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (ar...
getCacheMode( $params)
Get the cache mode for the data generated by this module.
getHelpUrls()
Return links to more detailed help pages about the module.
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
__construct(ApiQuery $query, $moduleName)
This is the main query class.
static setContentValue(array &$arr, $name, $value, $flags=0)
Add an output value to the array by name and mark as META_CONTENT.
We use the convention $dbr for read and $dbw for write to help you keep track of whether the database object is a the world will explode Or to be a subsequent write query which succeeded on the master may fail when replicated to the slave due to a unique key collision Replication on the slave will stop and it may take hours to repair the database and get it back online Setting read_only in my cnf on the slave will avoid this but given the dire we prefer to have as many checks as possible We provide a but the wrapper functions like select() and insert() are usually more convenient. They take care of things like table prefixes and escaping for you. If you really need to make your own SQL
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query