Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
weatherco_feed_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
31
class
Weatherco_Feed_Management
extends
Asset_Management
32
{
33
34
39
function
Weatherco_Feed_Management
(&$pm)
40
{
41
$this->
Asset_Management
($pm);
42
$this->vars = Array (
43
'password'
=> Array (
44
'added'
=>
'0.1'
,
45
'type'
=>
'password'
,
46
'default'
=>
''
,
47
'description'
=>
'The password provided by The Weather Company upon registration'
,
48
'parameters'
=> Array (
49
'multiple'
=> FALSE,
50
'allow_empty'
=> FALSE,
51
),
52
),
53
'userid'
=> Array (
54
'added'
=>
'0.1'
,
55
'type'
=>
'text'
,
56
'default'
=>
''
,
57
'description'
=>
'The user ID provided by The Weather Company upon signup'
,
58
'parameters'
=> Array (
59
'multiple'
=> FALSE,
60
'allow_empty'
=> FALSE,
61
),
62
),
63
);
64
65
}
//end constructor
66
67
68
}
//end class
69
?>
squiz_matrix
packages
data
weatherco_feed
weatherco_feed_management.inc
Generated on Tue Jan 29 2013 14:04:59 for Squiz Matrix by
1.8.3.1