Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FileImporter/src/Services/Wikitext/LocalizedMediaWikiNamespaceLookup.php
Ðазад
<?php namespace FileImporter\Services\Wikitext; use MediaWiki\Language\Language; /** * A reverse namespace name to ID lookup that depends on MediaWiki core and does *not* recognize * canonical (English) namespace names, only localized ones. * * @license GPL-2.0-or-later * @codeCoverageIgnore */ class LocalizedMediaWikiNamespaceLookup implements NamespaceNameLookup { private Language $language; public function __construct( Language $language ) { $this->language = $language; } /** * @return int|false False if there is no namespace with this name. */ public function getIndex( string $namespaceName ) { return $this->language->getLocalNsIndex( $namespaceName ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка