Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
import_tool_converter_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Import_Tool_Converter_Management
extends
Asset_Management
31
{
32
33
38
function
Import_Tool_Converter_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars = Array(
43
'name'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'text'
,
46
'default'
=>
''
,
47
),
48
'valid_file_types'
=> Array(
49
'added'
=>
'0.1'
,
50
'type'
=>
'serialise'
,
51
'default'
=> Array(),
52
),
53
'upload_directory'
=> Array(
54
'added'
=>
'0.1'
,
55
'type'
=>
'text'
,
56
'default'
=>
''
,
57
),
58
'create_asset_type'
=> Array(
59
'added'
=>
'0.1'
,
60
'type'
=>
'text'
,
61
'default'
=>
'file'
,
62
),
63
);
64
65
}
//end constructor
66
67
68
}
//end class
69
?>
squiz_matrix
packages
import_tools
converters
import_tool_converter
import_tool_converter_management.inc
Generated on Tue Jan 29 2013 14:05:02 for Squiz Matrix by
1.8.3.1