|
dmBridge PHP API
|
The main module class. More...
Inheritance diagram for UNLVSpatial:The main module class.
The purpose of this class is to interface the module with dmBridge. As such, it needs to comply with the DMBridgeModule interface. It also complies with a number of other sub-interfaces of DMBridgeModule, to support more specific features, including functionality within the Control Panel; the ability to persist data in the dmBridge data store; and the ability to provide template helpers in the dmBridge template engine.
Definition at line 20 of file UNLVSpatial.php.
| UNLVSpatial::getControlPanelMenuSections | ( | ) |
Implements DMBridgeControlPanelModule.
Definition at line 45 of file UNLVSpatial.php.
| static UNLVSpatial::getDataStore | ( | ) | [static] |
Definition at line 29 of file UNLVSpatial.php.
Referenced by UNLVSpatialIndexer::reindex(), and UNLVSpatialObjectFactory::spatializeObject().
| UNLVSpatial::getMinSupportedVersionSequence | ( | ) |
| UNLVSpatial::getName | ( | ) |
| UNLVSpatial::getPathToSchemas | ( | ) |
Implements DMBridgeRepresentationSchemaModule.
Definition at line 76 of file UNLVSpatial.php.
| UNLVSpatial::getSetupSQLForMySQL | ( | ) |
Invoked when the module is first installed.
Should return any and all SQL commands that are necessary to get the tables in a working state.
Implements DMBridgeDataStoreModule.
Definition at line 87 of file UNLVSpatial.php.
| UNLVSpatial::getSetupSQLForSQLite | ( | ) |
Invoked when the module is first installed.
Should return any and all SQL commands that are necessary to get the tables in a working state.
Implements DMBridgeDataStoreModule.
Definition at line 98 of file UNLVSpatial.php.
| UNLVSpatial::getSupportedDataStores | ( | ) |
Implements DMBridgeDataStoreModule.
Definition at line 107 of file UNLVSpatial.php.
| UNLVSpatial::getTemplateHelper | ( | DMAbstractView $ | view, |
| DMSession $ | session | ||
| ) |
| DMAbstractView | view |
| DMSession | session |
Implements DMBridgeTemplateHelperModule.
Definition at line 119 of file UNLVSpatial.php.
| UNLVSpatial::getUpgradeSQLForMySQL | ( | ) |
Invoked when the module is upgraded.
Should return any and all SQL commands necessary to upgrade the tables from any previous version of the module.
Implements DMBridgeDataStoreModule.
Definition at line 138 of file UNLVSpatial.php.
| UNLVSpatial::getUpgradeSQLForSQLite | ( | ) |
Invoked when the module is upgraded.
Should return any and all SQL commands necessary to upgrade the tables from any previous version of the module.
Implements DMBridgeDataStoreModule.
Definition at line 151 of file UNLVSpatial.php.
| UNLVSpatial::getVersion | ( | ) |