Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
metadata_field_wysiwyg_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  'wysiwyg' => Array(
44  'added' => '0.1',
45  'type' => 'wysiwyg',
46  'default' => '',
47  ),
48  'default_html' => Array(
49  'added' => '0.1',
50  'type' => 'wysiwyg',
51  'default' => '',
52  ),
53  );
54 
55  }//end constructor
56 
57 
58 }//end class
59 
60 ?>