Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
word_doc_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
41  {
42  Asset_Management::__construct($pm);
43 
44  $this->components = Array(
45  'contents' => Array(
46  'description' => 'Contents (text format)',
47  'default_weighting' => '1',
48  ),
49  );
50 
51  }//end constructor
52 
53 
54 }//end class
55 ?>