コード例 #1
0
ファイル: SD_BrowseData.php プロジェクト: seedbank/old-repo
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('BrowseData');
     // Backwards compatibility for MediaWiki < 1.16
     if (version_compare($GLOBALS['wgVersion'], '1.16', '<')) {
         wfLoadExtensionMessages('SemanticDrilldown');
     }
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct('MostRevisors');
     $this->mIncludable = true;
 }
コード例 #3
0
ファイル: PS_EditSchema.php プロジェクト: whysasse/kmwiki
 function __construct()
 {
     parent::__construct('EditSchema', 'edit');
 }
コード例 #4
0
 public function __construct($name = 'Recentchanges')
 {
     parent::__construct($name);
 }
コード例 #5
0
 /**
  * Constructor -- set up the new special page
  */
 public function __construct()
 {
     parent::__construct('ArticleLists');
 }
コード例 #6
0
	/**
	 * Constructor
	 */
	public function __construct() {
		parent::__construct( 'AdminLog' );
	}
コード例 #7
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('Listusers');
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct('Contributions');
 }
コード例 #9
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('NewVideos');
 }
コード例 #10
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('Editcount');
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct('FeedbackDashboard');
 }
コード例 #12
0
	/**
	 * Constructor
	 */
	function __construct() { # Checked for HTML and MySQL insertion attacks
		parent::__construct( 'Tasks' );
		$this->update_types();
	}
コード例 #13
0
 public function __construct()
 {
     parent::__construct('NewestPages', '', true, false, 'default', true);
 }
コード例 #14
0
 public function __construct()
 {
     parent::__construct('ValidationStatistics');
 }
コード例 #15
0
	/**
	 * Constructor.
	 */
	function __construct( ) {
		parent::__construct( 'Wikilog' );
	}
コード例 #16
0
	public function __construct() {
		parent::__construct( 'TranslationStats' );
	}
コード例 #17
0
 public function __construct()
 {
     parent::__construct('Whatlinkshere');
 }
コード例 #18
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct('Includable');
 }
コード例 #19
0
	function __construct() {
		parent::__construct( 'GeneratePages', 'generatepages' );
	}
コード例 #20
0
	public function __construct() {
		parent::__construct( 'LanguageStats' );
		global $wgLang;
		$this->target = $wgLang->getCode();
	}
コード例 #21
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct('RunQuery');
 }
コード例 #22
0
 function __construct()
 {
     parent::__construct('Boilerplates');
     $this->mIncludable = true;
 }
コード例 #23
0
 /**
  * Constructor
  *
  * @param string $name Name of the special page, as seen in links and URLs (default: 'Allpages')
  */
 function __construct($name = 'Allpages')
 {
     parent::__construct($name);
 }
コード例 #24
0
ファイル: Story_body.php プロジェクト: Tjorriemorrie/app
 public function __construct()
 {
     parent::__construct('Story');
 }
コード例 #25
0
 /**
  * Constructor -- set up the new special page
  */
 public function __construct()
 {
     parent::__construct('TopRatings');
 }
コード例 #26
0
 function __construct()
 {
     parent::__construct('NewLanguageStats');
 }
コード例 #27
0
	public function __construct() {
		parent::__construct( 'Listfiles' );
	}
コード例 #28
0
 public function __construct()
 {
     parent::__construct("WikiStats", "", true);
     SpecialPageFactory::setGroup('WikiStats', 'wiki');
 }
コード例 #29
0
ファイル: SpecialNewimages.php プロジェクト: whysasse/kmwiki
 public function __construct()
 {
     parent::__construct('Newimages');
 }
コード例 #30
0
ファイル: SD_BrowseData.php プロジェクト: Tjorriemorrie/app
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('BrowseData');
 }