Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
page_hit_count_listing_management.inc
1
<?php
16
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
17
28
class
Page_Hit_Count_Listing_Management
extends
Asset_Management
29
{
30
31
36
function
Page_Hit_Count_Listing_Management
(&$pm)
37
{
38
$this->
Asset_Management
($pm);
39
40
$this->vars[
'display_all_assets'
] = Array(
41
'added'
=>
'0.1'
,
42
'type'
=>
'boolean'
,
43
'default'
=> FALSE,
44
'parameters'
=> Array(
'allow_empty'
=> FALSE,),
45
);
46
47
$this->vars[
'min_hitcount'
] = Array(
48
'added'
=>
'0.1'
,
49
'type'
=>
'int'
,
50
'default'
=>
'-1'
,
51
);
52
53
$this->vars[
'max_hitcount'
] = Array(
54
'added'
=>
'0.1'
,
55
'type'
=>
'int'
,
56
'default'
=>
'-1'
,
57
);
58
59
}
//end constructor
60
61
68
function
getEventList
()
69
{
70
return
Array(
71
Array(
72
'event_name'
=>
'requestKeywords'
,
73
'broadcast_type_code'
=>
'content_type'
,
74
'broadcast_strict_type_code'
=> FALSE,
75
'options'
=> Array(
76
'side_of_link'
=>
'major'
,
77
'indirect'
=> TRUE,
78
'is_exclusive'
=> NULL,
79
'is_dependant'
=> 1,
80
'value'
=>
''
,
81
'link_type'
=> SQ_LINK_TYPE_2 | SQ_LINK_TYPE_1,
82
),
83
),
84
);
85
86
}
//end getEventList()
87
88
89
}
//end class
90
91
?>
squiz_matrix
packages
data
page_templates
page_hit_count_listing
page_hit_count_listing_management.inc
Generated on Tue Jan 29 2013 14:04:59 for Squiz Matrix by
1.8.3.1