Squiz Matrix  4.12.2
 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 
31 {
32 
33 
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 ?>