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