MediaWiki master
SpecialProtectPage.php
Go to the documentation of this file.
1<?php
24namespace MediaWiki\Specials;
25
28
35
39 public function __construct(
40 SearchEngineFactory $searchEngineFactory
41 ) {
42 parent::__construct( 'ProtectPage', 'protect', 'protectpage', $searchEngineFactory );
43 }
44
45 // Messages, for grep:
46 // specialprotectpage-page
47 // specialprotectpage-submit
48}
49
54class_alias( SpecialProtectPage::class, 'SpecialProtectPage' );
__construct(SearchEngineFactory $searchEngineFactory)
Factory class for SearchEngine.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...