MediaWiki
1.30.0
|
Service for normalizing a page name using a MediaWiki api. More...
Public Member Functions | |
__construct (Http $http=null) | |
normalizePageName ( $pageName, $apiUrl) | |
Returns the normalized form of the given page title, using the normalization rules of the given site. More... | |
Static Private Member Functions | |
static | extractPageRecord ( $externalData, $pageTitle) |
Get normalization record for a given page title from an API response. More... | |
Private Attributes | |
Http | $http |
Service for normalizing a page name using a MediaWiki api.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition at line 35 of file MediaWikiPageNameNormalizer.php.
MediaWiki\Site\MediaWikiPageNameNormalizer::__construct | ( | Http | $http = null | ) |
Http | null | $http |
Definition at line 45 of file MediaWikiPageNameNormalizer.php.
References MediaWiki\Site\MediaWikiPageNameNormalizer\$http, and http.
|
staticprivate |
Get normalization record for a given page title from an API response.
array | $externalData | A reply from the API on a external server. |
string | $pageTitle | Identifies the page at the external site, needing normalization. |
Definition at line 147 of file MediaWikiPageNameNormalizer.php.
References as, captcha-old\count, and use.
MediaWiki\Site\MediaWikiPageNameNormalizer::normalizePageName | ( | $pageName, | |
$apiUrl | |||
) |
Returns the normalized form of the given page title, using the normalization rules of the given site.
If the given title is a redirect, the redirect weill be resolved and the redirect target is returned.
string | $pageName | |
string | $apiUrl |
Definition at line 71 of file MediaWikiPageNameNormalizer.php.
References $args, $ret, FormatJson\decode(), http, wfAppendQuery(), and wfDebugLog().
|
private |
Definition at line 40 of file MediaWikiPageNameNormalizer.php.
Referenced by MediaWiki\Site\MediaWikiPageNameNormalizer\__construct().