|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for sspmod_statistics_LogParser:Public Member Functions | |
| __construct ($datestart, $datelength, $offset) | |
| Constructor. More... | |
| parseEpoch ($line) | |
| parseContent ($line) | |
| parse15 ($str) | |
| parse23 ($str) | |
Private Attributes | |
| $datestart | |
| $datelength | |
| $offset | |
Definition at line 6 of file LogParser.php.
| sspmod_statistics_LogParser::__construct | ( | $datestart, | |
| $datelength, | |||
| $offset | |||
| ) |
Constructor.
| $datestart | At which char is the date starting |
| $datelength | How many characters is the date (on the b |
| $offset | At which char is the rest of the entries starting |
Definition at line 19 of file LogParser.php.
References $datelength, $datestart, and $offset.
| sspmod_statistics_LogParser::parse15 | ( | $str | ) |
Definition at line 56 of file LogParser.php.
| sspmod_statistics_LogParser::parse23 | ( | $str | ) |
Definition at line 62 of file LogParser.php.
References $timestamp.
| sspmod_statistics_LogParser::parseContent | ( | $line | ) |
Definition at line 46 of file LogParser.php.
| sspmod_statistics_LogParser::parseEpoch | ( | $line | ) |
Definition at line 26 of file LogParser.php.
|
private |
Definition at line 9 of file LogParser.php.
Referenced by __construct().
|
private |
Definition at line 8 of file LogParser.php.
Referenced by __construct().
|
private |
Definition at line 10 of file LogParser.php.
Referenced by __construct().