Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
cache_storage_default_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/system/cache_storage/cache_storage/cache_storage_edit_fns.inc';
19 
32 {
33 
38  function __construct()
39  {
40  parent::__construct();
41 
42  }//end constructor
43 
44 
45 }//end class
46 ?>