|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct () | |
| & | _getTimeZoneCache () |
| _timeZoneCacheMiss ($cache, $id) | |
| getFilename () | |
| & | getTimeZones () |
Public Member Functions inherited from DAO | |
| __construct ($dataSource=null, $callHooks=true) | |
| concat () | |
| convertFromDB ($value, $type) | |
| convertToDB ($value, &$type) | |
| dateFromDB ($d) | |
| datetimeFromDB ($dt) | |
| datetimeToDB ($dt) | |
| dateToDB ($d) | |
| flushCache () | |
| formatDateToDB ($date, $defaultNumWeeks=null, $acceptPastDate=true) | |
| getAdditionalFieldNames () | |
| getAffectedRows () | |
| getDataObjectSettings ($tableName, $idFieldName, $idFieldValue, $dataObject) | |
| getDataSource () | |
| getDirectionMapping ($direction) | |
| getDriver () | |
| getLocaleFieldNames () | |
| getType ($value) | |
| handleError ($dataSource, $sql) | |
| nullOrInt ($value) | |
| replace ($table, $arrFields, $keyCols) | |
| & | retrieve ($sql, $params=false, $callHooks=true) |
| & | retrieveCached ($sql, $params=false, $secsToCache=3600, $callHooks=true) |
| & | retrieveLimit ($sql, $params=false, $numRows=false, $offset=false, $callHooks=true) |
| & | retrieveRange ($sql, $params=false, $dbResultRange=null, $callHooks=true) |
| setCacheDir () | |
| setDataSource ($dataSource) | |
| update ($sql, $params=false, $callHooks=true, $dieOnError=true) | |
| updateDataObjectSettings ($tableName, $dataObject, $idArray) | |
Data Fields | |
| $cache | |
Data Fields inherited from DAO | |
| $_dataSource | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAO | |
| static | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
Protected Member Functions inherited from DAO | |
| _getInsertId ($table='', $id='') | |
Definition at line 18 of file TimeZoneDAO.inc.php.
| TimeZoneDAO::__construct | ( | ) |
Constructor.
Definition at line 24 of file TimeZoneDAO.inc.php.
| & TimeZoneDAO::_getTimeZoneCache | ( | ) |
Definition at line 35 of file TimeZoneDAO.inc.php.
References $cache, Registry\get(), getFilename(), and CacheManager\getManager().
Referenced by getTimeZones().
| TimeZoneDAO::_timeZoneCacheMiss | ( | $cache, | |
| $id | |||
| ) |
Definition at line 53 of file TimeZoneDAO.inc.php.
References $cache, Registry\get(), and getFilename().
| TimeZoneDAO::getFilename | ( | ) |
Get the filename of the time zone registry file for the given locale
Definition at line 31 of file TimeZoneDAO.inc.php.
Referenced by _getTimeZoneCache(), and _timeZoneCacheMiss().
| & TimeZoneDAO::getTimeZones | ( | ) |
Return a list of all time zones.
Definition at line 75 of file TimeZoneDAO.inc.php.
References $cache, and _getTimeZoneCache().
| TimeZoneDAO::$cache |
Definition at line 19 of file TimeZoneDAO.inc.php.
Referenced by _getTimeZoneCache(), _timeZoneCacheMiss(), and getTimeZones().