Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
content_type_snippet_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
38  function __construct(&$pm)
39  {
40  $this->Asset_Management($pm);
41 
42  $this->vars['view_style'] = Array(
43  'type' => 'text',
44  'default' => 'source',
45  'added' => '0.1',
46  );
47 
48  }//end constructor
49 
50 
51 }//end class
52 ?>