Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
data_source_rss_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Data_Source_RSS_Management
extends
Asset_Management
31
{
32
33
38
function
Data_Source_RSS_Management
(&$pm)
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
?>
squiz_matrix
packages
data
data_source_rss
data_source_rss_management.inc
Generated on Tue Jan 29 2013 14:04:59 for Squiz Matrix by
1.8.3.1