Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
cache_storage_memcache_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
30 {
31 
36  function __construct(&$pm)
37  {
38  $this->Asset_Management($pm);
39  $this->vars = Array(
40  /*
41  'contents' => Array(
42  'added' => '0.0.1',
43  'type' => 'text',
44  'default' => '',
45  ),
46  'weblink' => Array(
47  'added' => '0.0.1',
48  'type' => 'text',
49  'default' => '',
50  ),
51  'title' => Array(
52  'added' => '0.0.1',
53  'type' => 'text',
54  'default' => '',
55  ),
56  */
57  );
58 
59  }//end constructor
60 
61 
62 }//end class
63 ?>