Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
tool_search_replace_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
31 {
32 
33 
39  {
40  $this->Asset_Management($pm);
41 
42 
43  }//end constructor
44 
45 
52  function _getFileList()
53  {
54  return Array(
55  'js/search_and_replace.js',
56  'css/search_and_replace.css',
57  );
58 
59  }//end _getFileList()
60 
61 
62 }//end class
63 
64 ?>