Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
page_related_asset_listing_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
30
class
Page_Related_Asset_Listing_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
43
$this->vars[
'parameter_map'
] = Array(
44
'added'
=>
'0.4'
,
45
'type'
=>
'parameter_map'
,
46
'default'
=> Array(),
47
'parameters'
=> Array(
48
'parameters'
=> Array(
49
'root_node'
=>
'Replacement Root node for the listing (must be a child of the static root node)'
,
50
'relator_node'
=>
'Replacement Related node for the listing (must be a child of the static related node)'
,
51
),
52
),
53
);
54
55
56
}
//end constructor
57
58
65
function
getEventList
()
66
{
67
return
Array(
68
Array(
69
'event_name'
=>
'requestKeywords'
,
70
'broadcast_type_code'
=>
'content_type'
,
71
'broadcast_strict_type_code'
=> FALSE,
72
'options'
=> Array(
73
'side_of_link'
=>
'major'
,
74
'indirect'
=> TRUE,
75
'is_exclusive'
=> NULL,
76
'is_dependant'
=> 1,
77
'value'
=>
''
,
78
'link_type'
=> SQ_LINK_TYPE_2 | SQ_LINK_TYPE_1,
79
),
80
),
81
);
82
83
}
//end getEventList()
84
85
86
}
//end class
87
88
?>
squiz_matrix
packages
cms
page_templates
page_related_asset_listing
page_related_asset_listing_management.inc
Generated on Tue Jan 29 2013 14:04:58 for Squiz Matrix by
1.8.3.1