Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
tool_import_assets_from_xml_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Tool_Import_Assets_From_Xml_Management
extends
Asset_Management
31
{
32
33
38
function
Tool_Import_Assets_From_Xml_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
}
//end constructor
43
50
function
_getFileList
()
51
{
52
return
Array(
53
'files/example.xml'
,
54
);
55
56
}
//end _getFileList()
57
58
}
//end class
59
60
?>
squiz_matrix
packages
import_tools
tool_import_assets_from_xml
tool_import_assets_from_xml_management.inc
Generated on Tue Jan 29 2013 14:05:02 for Squiz Matrix by
1.8.3.1