Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
ecommerce_delivery_method_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  $this->vars = Array(
42  'name' => Array(
43  'added' => '0.1',
44  'type' => 'text',
45  'default' => '',
46  'is_admin' => FALSE,
47  'is_contextable'=> TRUE,
48  ),
49  );
50 
51  }//end constructor
52 
53 
54 }//end class
55 
56 ?>