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