/** * Constructor */ public function __construct() { parent::__construct('BrowseData'); // Backwards compatibility for MediaWiki < 1.16 if (version_compare($GLOBALS['wgVersion'], '1.16', '<')) { wfLoadExtensionMessages('SemanticDrilldown'); } }
public function __construct() { parent::__construct('MostRevisors'); $this->mIncludable = true; }
function __construct() { parent::__construct('EditSchema', 'edit'); }
public function __construct($name = 'Recentchanges') { parent::__construct($name); }
/** * Constructor -- set up the new special page */ public function __construct() { parent::__construct('ArticleLists'); }
/** * Constructor */ public function __construct() { parent::__construct( 'AdminLog' ); }
/** * Constructor */ public function __construct() { parent::__construct('Listusers'); }
public function __construct() { parent::__construct('Contributions'); }
/** * Constructor */ public function __construct() { parent::__construct('NewVideos'); }
/** * Constructor */ public function __construct() { parent::__construct('Editcount'); }
public function __construct() { parent::__construct('FeedbackDashboard'); }
/** * Constructor */ function __construct() { # Checked for HTML and MySQL insertion attacks parent::__construct( 'Tasks' ); $this->update_types(); }
public function __construct() { parent::__construct('NewestPages', '', true, false, 'default', true); }
public function __construct() { parent::__construct('ValidationStatistics'); }
/** * Constructor. */ function __construct( ) { parent::__construct( 'Wikilog' ); }
public function __construct() { parent::__construct( 'TranslationStats' ); }
public function __construct() { parent::__construct('Whatlinkshere'); }
/** * Constructor */ function __construct() { parent::__construct('Includable'); }
function __construct() { parent::__construct( 'GeneratePages', 'generatepages' ); }
public function __construct() { parent::__construct( 'LanguageStats' ); global $wgLang; $this->target = $wgLang->getCode(); }
/** * Constructor */ function __construct() { parent::__construct('RunQuery'); }
function __construct() { parent::__construct('Boilerplates'); $this->mIncludable = true; }
/** * Constructor * * @param string $name Name of the special page, as seen in links and URLs (default: 'Allpages') */ function __construct($name = 'Allpages') { parent::__construct($name); }
public function __construct() { parent::__construct('Story'); }
/** * Constructor -- set up the new special page */ public function __construct() { parent::__construct('TopRatings'); }
function __construct() { parent::__construct('NewLanguageStats'); }
public function __construct() { parent::__construct( 'Listfiles' ); }
public function __construct() { parent::__construct("WikiStats", "", true); SpecialPageFactory::setGroup('WikiStats', 'wiki'); }
public function __construct() { parent::__construct('Newimages'); }
/** * Constructor */ public function __construct() { parent::__construct('BrowseData'); }