|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_statistics_DateHandler:
Collaboration diagram for sspmod_statistics_DateHandler:Public Member Functions | |
| __construct ($offset) | |
| Constructor. More... | |
| toSlot ($epoch, $slotsize) | |
| fromSlot ($slot, $slotsize) | |
| prettyDateEpoch ($epoch, $dateformat) | |
| prettyDateSlot ($slot, $slotsize, $dateformat) | |
| prettyHeader ($from, $to, $slotsize, $dateformat) | |
Protected Member Functions | |
| getDST ($timestamp) | |
Protected Attributes | |
| $offset | |
Definition at line 6 of file DateHandler.php.
| sspmod_statistics_DateHandler::__construct | ( | $offset | ) |
Constructor.
| array | $offset | Date offset |
Reimplemented in sspmod_statistics_DateHandlerMonth.
Definition at line 15 of file DateHandler.php.
References $offset.
| sspmod_statistics_DateHandler::fromSlot | ( | $slot, | |
| $slotsize | |||
| ) |
Reimplemented in sspmod_statistics_DateHandlerMonth.
Definition at line 34 of file DateHandler.php.
References $dst, $offset, and getDST().
Referenced by prettyDateSlot().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 20 of file DateHandler.php.
References $timestamp.
Referenced by fromSlot(), toSlot(), and sspmod_statistics_DateHandlerMonth\toSlot().
Here is the caller graph for this function:| sspmod_statistics_DateHandler::prettyDateEpoch | ( | $epoch, | |
| $dateformat | |||
| ) |
Definition at line 41 of file DateHandler.php.
References date.
Referenced by prettyDateSlot().
Here is the caller graph for this function:| sspmod_statistics_DateHandler::prettyDateSlot | ( | $slot, | |
| $slotsize, | |||
| $dateformat | |||
| ) |
Definition at line 46 of file DateHandler.php.
References fromSlot(), and prettyDateEpoch().
Referenced by prettyHeader().
Here is the call graph for this function:
Here is the caller graph for this function:| sspmod_statistics_DateHandler::prettyHeader | ( | $from, | |
| $to, | |||
| $slotsize, | |||
| $dateformat | |||
| ) |
Reimplemented in sspmod_statistics_DateHandlerMonth.
Definition at line 51 of file DateHandler.php.
References $from, $text, and prettyDateSlot().
Here is the call graph for this function:| sspmod_statistics_DateHandler::toSlot | ( | $epoch, | |
| $slotsize | |||
| ) |
Reimplemented in sspmod_statistics_DateHandlerMonth.
Definition at line 28 of file DateHandler.php.
References $dst, and getDST().
Here is the call graph for this function:
|
protected |
Definition at line 8 of file DateHandler.php.
Referenced by __construct(), sspmod_statistics_DateHandlerMonth\__construct(), and fromSlot().