|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for sspmod_statistics_LogParser:Public Member Functions | |
| __construct ($datestart, $datelength, $offset) | |
| Constructor. More... | |
| parseEpoch ($line) | |
| parseContent ($line) | |
Private Attributes | |
| $datestart | |
| $datelength | |
| $offset | |
Definition at line 6 of file LogParser.php.
| sspmod_statistics_LogParser::__construct | ( | $datestart, | |
| $datelength, | |||
| $offset | |||
| ) |
Constructor.
| integer | $datestart | At which char is the date starting |
| integer | $datelength | How many characters is the date (on the b |
| integer | $offset | At which char is the rest of the entries starting |
Definition at line 30 of file LogParser.php.
References $datelength, $datestart, and $offset.
| sspmod_statistics_LogParser::parseContent | ( | $line | ) |
| string | $line |
Definition at line 69 of file LogParser.php.
| sspmod_statistics_LogParser::parseEpoch | ( | $line | ) |
| string | $line |
Definition at line 43 of file LogParser.php.
|
private |
Definition at line 16 of file LogParser.php.
Referenced by __construct().
|
private |
Definition at line 11 of file LogParser.php.
Referenced by __construct().
|
private |
Definition at line 21 of file LogParser.php.
Referenced by __construct().