Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
weatherco_feed_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
32 {
33 
34 
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 ?>