|
dmBridge PHP API
|
Inheritance diagram for UNLVHighlightMySQLDataStore:Definition at line 13 of file UNLVHighlightMySQLDataStore.php.
| UNLVHighlightMySQLDataStore::addHighlightedObject | ( | DMObject $ | obj, |
| DMDateTime $ | datetime | ||
| ) |
| DMObject | obj |
| DMDateTime | datetime |
Implements UNLVHighlightDataStore.
Definition at line 82 of file UNLVHighlightMySQLDataStore.php.
| UNLVHighlightMySQLDataStore::deleteHighlightedObjectsOnDate | ( | DMDateTime $ | date | ) |
| DMDateTime | date |
Implements UNLVHighlightDataStore.
Definition at line 95 of file UNLVHighlightMySQLDataStore.php.
| UNLVHighlightMySQLDataStore::getHighlightedObject | ( | ) |
Implements UNLVHighlightDataStore.
Definition at line 106 of file UNLVHighlightMySQLDataStore.php.
| UNLVHighlightMySQLDataStore::getHighlightedObjects | ( | ) |
Implements UNLVHighlightDataStore.
Definition at line 124 of file UNLVHighlightMySQLDataStore.php.
| static UNLVHighlightMySQLDataStore::getHighlightedObjectSQL | ( | ) | [static] |
This does not work in SQLite.
Definition at line 23 of file UNLVHighlightMySQLDataStore.php.
Referenced by getHighlightedObject().
| static UNLVHighlightMySQLDataStore::getHighlightedObjectsSQL | ( | ) | [static] |
Definition at line 33 of file UNLVHighlightMySQLDataStore.php.
Referenced by getHighlightedObjects().
| static UNLVHighlightMySQLDataStore::getInstance | ( | ) | [static] |
Reimplemented from DMMySQLDataStore.
Definition at line 71 of file UNLVHighlightMySQLDataStore.php.
Referenced by UNLVHighlightedObject::getDataStore(), and UNLVHighlightDataStoreFactory::getDataStore().
| static UNLVHighlightMySQLDataStore::getSetupSQL | ( | ) | [static] |
Wrapped by getSetupSQLForMySQL() in the main module class (UNLVHighlight).
Definition at line 43 of file UNLVHighlightMySQLDataStore.php.
Referenced by UNLVHighlight::getSetupSQLForMySQL().
| static UNLVHighlightMySQLDataStore::getUpgradeSQL | ( | ) | [static] |
Wrapped by getUpgradeSQLForMySQL() in the main module class (UNLVRandom).
Definition at line 60 of file UNLVHighlightMySQLDataStore.php.
Referenced by UNLVHighlight::getUpgradeSQLForMySQL().