MediaWiki
REL1_39
SpecialUncategorizedTemplates.php
Go to the documentation of this file.
1
<?php
25
use
MediaWiki\Cache\LinkBatchFactory
;
26
use
MediaWiki\Languages\LanguageConverterFactory
;
27
use
Wikimedia\Rdbms\ILoadBalancer
;
28
35
class
SpecialUncategorizedTemplates
extends
SpecialUncategorizedPages
{
36
43
public
function
__construct
(
44
NamespaceInfo
$namespaceInfo,
45
ILoadBalancer
$loadBalancer,
46
LinkBatchFactory
$linkBatchFactory,
47
LanguageConverterFactory
$languageConverterFactory
48
) {
49
parent::__construct(
50
$namespaceInfo,
51
$loadBalancer,
52
$linkBatchFactory,
53
$languageConverterFactory
54
);
55
$this->mName =
'Uncategorizedtemplates'
;
56
$this->requestedNamespace =
NS_TEMPLATE
;
57
}
58
}
NS_TEMPLATE
const NS_TEMPLATE
Definition
Defines.php:74
MediaWiki\Cache\LinkBatchFactory
Definition
LinkBatchFactory.php:41
MediaWiki\Languages\LanguageConverterFactory
An interface for creating language converters.
Definition
LanguageConverterFactory.php:48
NamespaceInfo
This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them ba...
Definition
NamespaceInfo.php:36
SpecialUncategorizedPages
A special page looking for page without any category.
Definition
SpecialUncategorizedPages.php:34
SpecialUncategorizedTemplates
Special page lists all uncategorised pages in the template namespace.
Definition
SpecialUncategorizedTemplates.php:35
SpecialUncategorizedTemplates\__construct
__construct(NamespaceInfo $namespaceInfo, ILoadBalancer $loadBalancer, LinkBatchFactory $linkBatchFactory, LanguageConverterFactory $languageConverterFactory)
Definition
SpecialUncategorizedTemplates.php:43
Wikimedia\Rdbms\ILoadBalancer
Create and track the database connections and transactions for a given database cluster.
Definition
ILoadBalancer.php:77
includes
specials
SpecialUncategorizedTemplates.php
Generated on Mon Nov 11 2024 07:24:20 for MediaWiki by
1.10.0