Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
trim_connector_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
31
class
Trim_Connector_Management
extends
Asset_Management
32
{
33
34
39
function
__construct
(
Package_Manager
$pm)
40
{
41
Asset_Management::__construct($pm);
42
43
$this->vars = Array (
44
'name'
=> Array(
45
'added'
=>
'0.1'
,
46
'type'
=>
'text'
,
47
'default'
=>
''
,
48
'is_contextable'
=> TRUE,
49
),
50
'wsdl'
=> Array (
51
'added'
=>
'0.1'
,
52
'type'
=>
'text'
,
53
'default'
=>
''
,
54
'description'
=>
'The URL to the WSDL of the TRIM system'
,
55
'is_admin'
=>
'1'
,
56
'parameters'
=> Array (
57
'multiple'
=> FALSE,
58
'allow_empty'
=> TRUE,
59
),
60
),
61
'username'
=> Array (
62
'added'
=>
'0.1'
,
63
'type'
=>
'text'
,
64
'default'
=>
''
,
65
'description'
=>
'The username used to connect to TRIM'
,
66
'is_admin'
=>
'1'
,
67
'parameters'
=> Array (
68
'multiple'
=> FALSE,
69
'allow_empty'
=> TRUE,
70
),
71
),
72
'password'
=> Array (
73
'added'
=>
'0.1'
,
74
'type'
=>
'password'
,
75
'default'
=>
''
,
76
'description'
=>
'The password used to connect to TRIM'
,
77
'is_admin'
=>
'1'
,
78
'parameters'
=> Array (
79
'multiple'
=> FALSE,
80
'allow_empty'
=> TRUE,
81
),
82
),
83
'use_proxy'
=> Array(
84
'added'
=>
'0.1'
,
85
'type'
=>
'selection'
,
86
'default'
=>
'No'
,
87
'description'
=>
'Whether to use proxy'
,
88
'is_admin'
=> FALSE,
89
'parameters'
=> Array(
90
'allow_empty'
=> FALSE,
91
'multiple'
=> FALSE,
92
'options'
=> Array (
93
'Yes'
=>
'Yes'
,
94
'No'
=>
'No'
,
95
'Use Matrix Primary Proxy'
=>
'Use Matrix Primary Proxy'
,
96
),
97
),
98
),
99
'proxy_host'
=> Array (
100
'added'
=>
'0.1'
,
101
'type'
=>
'text'
,
102
'default'
=>
''
,
103
'description'
=>
'Proxy Host'
,
104
'is_admin'
=>
'1'
,
105
'parameters'
=> Array (
106
'multiple'
=> FALSE,
107
'allow_empty'
=> TRUE,
108
),
109
),
110
'proxy_port'
=> Array (
111
'added'
=>
'0.1'
,
112
'type'
=>
'int'
,
113
'default'
=>
''
,
114
'description'
=>
'Proxy Port'
,
115
'is_admin'
=>
'1'
,
116
'parameters'
=> Array (
117
'multiple'
=> FALSE,
118
'allow_empty'
=> TRUE,
119
),
120
),
121
'proxy_login'
=> Array (
122
'added'
=>
'0.1'
,
123
'type'
=>
'text'
,
124
'default'
=>
''
,
125
'description'
=>
'Proxy Login'
,
126
'is_admin'
=>
'1'
,
127
'parameters'
=> Array (
128
'multiple'
=> FALSE,
129
'allow_empty'
=> TRUE,
130
),
131
),
132
'proxy_password'
=> Array (
133
'added'
=>
'0.1'
,
134
'type'
=>
'password'
,
135
'default'
=>
''
,
136
'description'
=>
'Proxy Password'
,
137
'is_admin'
=>
'1'
,
138
'parameters'
=> Array (
139
'multiple'
=> FALSE,
140
'allow_empty'
=> TRUE,
141
),
142
),
143
144
);
145
146
}
//end constructor
147
148
149
}
//end class
150
?>
squiz_matrix
packages
trim
trim_connector
trim_connector_management.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1