Go to the source code of this file.
Enumerations | |
| enum | SM_VERSION |
Variables | |
| $wgExtensionCredits ['semantic'][] | |
| $smgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . '/extensions' : $wgExtensionAssetsPath ) . '/SemanticMaps' | |
| $smgDir = dirname( __FILE__ ) . '/' | |
| $smgStyleVersion = $wgStyleVersion . '-' . SM_VERSION | |
| $wgExtensionMessagesFiles ['SemanticMaps'] = $smgDir . 'SemanticMaps.i18n.php' | |
| $incDir = dirname( __FILE__ ) . '/includes/' | |
| $wgAutoloadClasses ['SMGeoCoordsHooks'] = $incDir . 'SM_GeoCoordsHooks.php' | |
| $wgAutoloadClasses ['SMGeoCoordsValue'] = $incDir . 'SM_GeoCoordsValue.php' | |
| $wgAutoloadClasses ['SMGeoCoordsValueDescription'] = $incDir . 'SM_GeoCoordsValueDescription.php' | |
| $wgAutoloadClasses ['SMAreaValueDescription'] = $incDir . 'SM_AreaValueDescription.php' | |
| $wgAutoloadClasses ['SemanticMapsHooks'] = dirname( __FILE__ ) . '/SemanticMaps.hooks.php' | |
| $wgHooks ['smwInitDatatypes'][] = 'SMGeoCoordsHooks::initGeoCoordsType' | |
| $wgHooks ['SMWResultFormat'][] = 'SMGeoCoordsHooks::addGeoCoordsDefaultFormat' | |
| $wgHooks ['AdminLinks'][] = 'SemanticMapsHooks::addToAdminLinks' | |
On MediaWiki.org: http://www.mediawiki.org/wiki/Extension:Semantic_Maps Official documentation: http://mapping.referata.com/wiki/Semantic_Maps Examples/demo's: http://mapping.referata.com/wiki/Semantic_Maps_examples
GNU GPL v3
Definition in file SemanticMaps.php.
| enum SM_VERSION |
Definition at line 48 of file SemanticMaps.php.
| $incDir = dirname( __FILE__ ) . '/includes/' |
| $smgDir = dirname( __FILE__ ) . '/' |
Definition at line 62 of file SemanticMaps.php.
| $smgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . '/extensions' : $wgExtensionAssetsPath ) . '/SemanticMaps' |
Definition at line 61 of file SemanticMaps.php.
| $smgStyleVersion = $wgStyleVersion . '-' . SM_VERSION |
Definition at line 64 of file SemanticMaps.php.
| $wgAutoloadClasses['SemanticMapsHooks'] = dirname( __FILE__ ) . '/SemanticMaps.hooks.php' |
Definition at line 102 of file SemanticMaps.php.
| $wgAutoloadClasses['SMAreaValueDescription'] = $incDir . 'SM_AreaValueDescription.php' |
Definition at line 100 of file SemanticMaps.php.
| $wgAutoloadClasses['SMGeoCoordsValueDescription'] = $incDir . 'SM_GeoCoordsValueDescription.php' |
Definition at line 99 of file SemanticMaps.php.
| $wgAutoloadClasses['SMGeoCoordsValue'] = $incDir . 'SM_GeoCoordsValue.php' |
Definition at line 96 of file SemanticMaps.php.
| $wgAutoloadClasses['SMGeoCoordsHooks'] = $incDir . 'SM_GeoCoordsHooks.php' |
Definition at line 93 of file SemanticMaps.php.
| $wgExtensionCredits['semantic'][] |
Initial value:
array(
'path' => __FILE__,
'name' => 'Semantic Maps',
'version' => SM_VERSION,
'author' => array(
'[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]'
),
'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Maps',
'descriptionmsg' => 'semanticmaps-desc'
)
Definition at line 50 of file SemanticMaps.php.
| $wgExtensionMessagesFiles['SemanticMaps'] = $smgDir . 'SemanticMaps.i18n.php' |
Definition at line 89 of file SemanticMaps.php.
| $wgHooks['AdminLinks'][] = 'SemanticMapsHooks::addToAdminLinks' |
Definition at line 111 of file SemanticMaps.php.
| $wgHooks['SMWResultFormat'][] = 'SMGeoCoordsHooks::addGeoCoordsDefaultFormat' |
Definition at line 108 of file SemanticMaps.php.
| $wgHooks['smwInitDatatypes'][] = 'SMGeoCoordsHooks::initGeoCoordsType' |
Definition at line 105 of file SemanticMaps.php.
1.5.6