Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
bodycopy_table_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
29
class
Bodycopy_Table_Management
extends
Asset_Management
30
{
31
32
37
function
__construct
(
Package_Manager
$pm)
38
{
39
Asset_Management::__construct($pm);
40
41
$this->vars = Array(
42
'rows'
=> Array(
43
'added'
=>
'0.0.1'
,
44
'type'
=>
'serialise'
,
45
'default'
=> Array(),
46
'update_fn'
=>
''
,
47
),
48
);
49
50
}
//end constructor
51
52
53
}
//end class
54
55
?>
squiz_matrix
core
assets
bodycopy
bodycopy_containers
bodycopy_table
bodycopy_table_management.inc
Generated on Tue Jan 29 2013 14:04:36 for Squiz Matrix by
1.8.3.1