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_word_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Import_Tool_Converter_Word_Management
extends
Asset_Management
31
{
32
33
38
function
Import_Tool_Converter_Word_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars[
'name'
][
'default'
] =
'Word Import Tool Converter'
;
43
$this->vars[
'valid_file_types'
][
'default'
] = Array(
44
'doc'
,
45
'dot'
,
46
'docx'
,
47
'docm'
,
48
'dotx'
,
49
'dotm'
,
50
);
51
$this->vars[
'create_asset_type'
][
'default'
] =
'Word_Doc'
;
52
53
}
//end constructor
54
55
56
}
//end class
57
?>
squiz_matrix
packages
import_tools
converters
import_tool_converter_word
import_tool_converter_word_management.inc
Generated on Tue Jan 29 2013 14:05:02 for Squiz Matrix by
1.8.3.1