SemanticMaps/includes/services/GoogleMaps3/SM_GoogleMaps3.php File Reference

This file holds the general information for the Google Maps v3 service. More...

Go to the source code of this file.

Functions

 smfInitGoogleMaps3 ()

Variables

if(!defined( 'MEDIAWIKI')) $moduleTemplate
 $wgResourceModules ['ext.sm.fi.googlemaps3']
 $wgResourceModules ['ext.sm.fi.googlemaps3.single']
 $wgHooks ['MappingServiceLoad'][] = 'smfInitGoogleMaps3'


Detailed Description

This file holds the general information for the Google Maps v3 service.

Since:
1.0
GNU GPL v3
Author:
Jeroen De Dauw < jeroendedauw@gmail.com >

Definition in file SM_GoogleMaps3.php.


Function Documentation

smfInitGoogleMaps3 (  ) 

Definition at line 65 of file SM_GoogleMaps3.php.

References $wgAutoloadClasses.


Variable Documentation

if (!defined( 'MEDIAWIKI')) $moduleTemplate

Initial value:

 array(
        'localBasePath' => dirname( __FILE__ ),
        'remoteBasePath' => $smgScriptPath .  '/includes/services/GoogleMaps3', 
        'group' => 'ext.semanticmaps',
)

Definition at line 26 of file SM_GoogleMaps3.php.

Referenced by smwfRegisterResourceLoaderModules().

$wgHooks['MappingServiceLoad'][] = 'smfInitGoogleMaps3'

Definition at line 63 of file SM_GoogleMaps3.php.

$wgResourceModules['ext.sm.fi.googlemaps3.single']

Initial value:

 $moduleTemplate + array(
        'dependencies' => array( 'ext.sm.fi.googlemaps3' ),
        'scripts' => array(
                'jquery.googlemapsinput.js',
        ),
        'messages' => array(
        )
)

Definition at line 39 of file SM_GoogleMaps3.php.

$wgResourceModules['ext.sm.fi.googlemaps3']

Initial value:

 $moduleTemplate + array(
        'dependencies' => array( 'ext.maps.googlemaps3', 'ext.sm.forminputs' ),
        'scripts' => array(
                'ext.sm.googlemapsinput.js'
        ),
)

Definition at line 32 of file SM_GoogleMaps3.php.


Generated on Sun Mar 18 07:15:40 2012 for Semantic MediaWiki by  doxygen 1.5.6