Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
funnelback_search_log_report.inc
1
<?php
17
require_once SQ_CORE_PACKAGE_PATH.
'/report/report.inc'
;
18
31
class
Funnelback_Search_Log_Report
extends
Report
32
{
33
37
var
$logname
;
38
39
46
function
__construct
($assetid=0)
47
{
48
$this->logname =
'funnelback'
;
49
$this->_ser_attrs = TRUE;
50
parent::__construct($assetid);
51
52
}
//end constructor
53
54
55
}
//end class
56
57
?>
squiz_matrix
packages
funnelback
log_reports
funnelback_search_log_report
funnelback_search_log_report.inc
Generated on Tue Jan 29 2013 14:05:01 for Squiz Matrix by
1.8.3.1