MediaWiki REL1_39
SpecialUncategorizedTemplates.php
Go to the documentation of this file.
1<?php
28
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}
const NS_TEMPLATE
Definition Defines.php:74
An interface for creating language converters.
This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them ba...
A special page looking for page without any category.
Special page lists all uncategorised pages in the template namespace.
__construct(NamespaceInfo $namespaceInfo, ILoadBalancer $loadBalancer, LinkBatchFactory $linkBatchFactory, LanguageConverterFactory $languageConverterFactory)
Create and track the database connections and transactions for a given database cluster.