Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
link_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Link_Management
extends
Asset_Management
31
{
32
33
40
function
__construct
(
Package_Manager
$pm)
41
{
42
Asset_Management::__construct($pm);
43
44
$this->vars = Array(
45
'name'
=> Array(
46
'added'
=>
'0.1'
,
47
'type'
=>
'text'
,
48
'default'
=>
''
,
49
'is_admin'
=> FALSE,
50
'is_contextable'
=> TRUE,
51
),
52
'link_url'
=> Array(
53
'added'
=>
'0.1'
,
54
'type'
=>
'text'
,
55
'default'
=>
''
,
56
'is_admin'
=> FALSE,
57
),
58
'link_asset_id'
=> Array(
59
'added'
=>
'0.1'
,
60
'type'
=>
'assetid'
,
61
'default'
=>
''
,
62
),
63
'link_relation'
=> Array(
64
'added'
=>
'0.1'
,
65
'type'
=>
'text'
,
66
'default'
=>
''
,
67
),
68
);
69
70
}
//end constructor
71
72
73
}
//end class
74
?>
squiz_matrix
core
assets
link
link_management.inc
Generated on Tue Jan 29 2013 14:04:38 for Squiz Matrix by
1.8.3.1