Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
data_source_rss_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
39  {
40  $this->Asset_Management($pm);
41  $this->vars = Array(
42  'url' => Array(
43  'added' => '0.1',
44  'type' => 'text',
45  'default' => '',
46  ),
47  'date_field' => Array(
48  'added' => '0.2',
49  'type' => 'text',
50  'default' => '',
51  ),
52  );
53 
54  }//end constructor
55 
56 
57 }//end class
58 
59 ?>