Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
content_type_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
39  {
40  Asset_Management::__construct($pm);
41 
42  $this->vars = Array(
43  'name' => Array(
44  'added' => '0.0.1',
45  'type' => 'text',
46  'default' => '',
47  'is_admin' => FALSE,
48  'is_contextable'=> TRUE,
49  ),
50  'html' => Array(
51  'added' => '0.0.1',
52  'type' => 'text',
53  'default' => '',
54  'is_contextable' => TRUE,
55  ),
56  );
57 
58  }//end constructor
59 
60 
61 }//end class
62 ?>