MediaWiki  1.23.6
MockApiQueryBase.php
Go to the documentation of this file.
1 <?php
3  public function execute() {
4  }
5 
6  public function getVersion() {
7  }
8 
9  public function __construct() {
10  }
11 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
ApiQueryBase
This is a base class for all Query modules.
Definition: ApiQueryBase.php:34
MockApiQueryBase\execute
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
Definition: MockApiQueryBase.php:3
MockApiQueryBase\getVersion
getVersion()
Returns a string that identifies the version of the extending class.
Definition: MockApiQueryBase.php:6
MockApiQueryBase\__construct
__construct()
Definition: MockApiQueryBase.php:9
MockApiQueryBase
Definition: MockApiQueryBase.php:2