Semantic MediaWiki and related extensions
Static Public Member Functions | List of all members
SemanticMediaWiki Class Reference

Static Public Member Functions

static load ()
 
static initExtension ( $credits=[])
 
static onExtensionFunction ()
 

Member Function Documentation

◆ initExtension()

static SemanticMediaWiki::initExtension (   $credits = [])
static
Since
2.4

◆ load()

static SemanticMediaWiki::load ( )
static
Since
2.5
Note
It is expected that this function is loaded before LocalSettings.php to ensure that settings and global functions are available by the time the extension is activated.
See also
https://www.mediawiki.org/wiki/Localisation#Localising_namespaces_and_special_page_aliases

◆ onExtensionFunction()

static SemanticMediaWiki::onExtensionFunction ( )
static

Setup and initialization

Note
$wgExtensionFunctions variable is an array that stores functions to be called after most of MediaWiki initialization has finalized
See also
https://www.mediawiki.org/wiki/Manual:$wgExtensionFunctions
Since
1.9

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy