Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
tool_asset_sorter_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
30 {
31 
32 
38  {
39  $this->Asset_Management($pm);
40 
41 
42  }//end constructor
43 
44 
51  function _getFileList()
52  {
53  return Array();
54 
55  }//end _getFileList()
56 
57 
58 }//end class
59 
60 ?>