|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $contentHash = array() | |
| $dt = new eZDateTime() | |
| $hasStartLine = false | |
| $lastLine = "" | |
| $logFileIni = eZINI::instance( 'logfile.ini' ) | |
| $logFilePath = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' ) . '/' . $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' ) | |
| $nodeIDHashCounter = array() | |
| $nonContentHash = array() | |
| $pathHashCounter = array() | |
| $pathPrefixes = $logFileIni->variable( 'AccessLogFileSettings', 'PathPrefix' ) | |
| $pathPrefixesCount = count( $pathPrefixes ) | |
| $prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' ) | |
| $startLine = "" | |
| $startTime = ":" . $dt->second() | |
| $updateViewLogPath = "/updateview.log" | |
| $contentHash = array() |
Definition at line 53 of file updateviewcount.php.
| $dt = new eZDateTime() |
Definition at line 14 of file updateviewcount.php.
Referenced by Cpdf\ellipse().
| $hasStartLine = false |
Definition at line 22 of file updateviewcount.php.
| $lastLine = "" |
Definition at line 44 of file updateviewcount.php.
Referenced by eZTemplateMultiPassParser\gotoEndPosition().
| $logFileIni = eZINI::instance( 'logfile.ini' ) |
Definition at line 45 of file updateviewcount.php.
| $logFilePath = $logFileIni->variable( 'AccessLogFileSettings', 'StorageDir' ) . '/' . $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' ) |
Definition at line 46 of file updateviewcount.php.
| $nodeIDHashCounter = array() |
Definition at line 51 of file updateviewcount.php.
| $nonContentHash = array() |
Definition at line 54 of file updateviewcount.php.
| $pathHashCounter = array() |
Definition at line 52 of file updateviewcount.php.
| $pathPrefixes = $logFileIni->variable( 'AccessLogFileSettings', 'PathPrefix' ) |
Definition at line 48 of file updateviewcount.php.
| $pathPrefixesCount = count( $pathPrefixes ) |
Definition at line 49 of file updateviewcount.php.
| $prefixes = $logFileIni->variable( 'AccessLogFileSettings', 'SitePrefix' ) |
Definition at line 47 of file updateviewcount.php.
Referenced by eZTemplateUnitOperator\modify(), and eZTemplateUnitOperator\operatorTransform().
| $startLine = "" |
Definition at line 21 of file updateviewcount.php.
Referenced by eZTemplateMultiPassParser\parseBlockFunction(), eZTemplateMultiPassParser\parseDefFunction(), eZTemplateMultiPassParser\parseForeachFunction(), eZTemplateMultiPassParser\parseForFunction(), eZTemplateMultiPassParser\parseIntoTree(), eZTemplateMultiPassParser\parseSectionFunction(), eZTemplateMultiPassParser\parseSequenceParameter(), eZTemplateMultiPassParser\parseSetFunction(), eZTemplateMultiPassParser\parseUnnamedCondition(), eZTemplateMultiPassParser\parseWhileFunction(), and eZTemplateMultiPassParser\showParseErrorMessage().
| $startTime = ":" . $dt->second() |
Definition at line 15 of file updateviewcount.php.
Referenced by eZDebug\accumulatorStart(), displayProgress(), ezpSessionHandlerDB\gc(), and eZDebug\printReportInternal().
| $updateViewLogPath = "/updateview.log" |
Definition at line 24 of file updateviewcount.php.