Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
decision_tree_question_type_numeric_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
20 
32 {
33 
34 
40  {
41  $this->Asset_Management($pm);
42 
43  $this->vars = Array(
44  'button_value' => Array(
45  'added' => '0.0.1',
46  'type' => 'text',
47  'default' => 'Submit',
48  ),
49  'width' => Array(
50  'added' => '0.0.1',
51  'type' => 'text',
52  'default' => '30',
53  ),
54  'max' => Array(
55  'added' => '0.0.1',
56  'type' => 'text',
57  'default' => '300',
58  ),
59  'extra' => Array(
60  'added' => '0.0.1',
61  'type' => 'text',
62  'default' => '',
63  ),
64  'rules' => Array(
65  'added' => '0.0.1',
66  'type' => 'serialise',
67  'default' => Array(),
68  ),
69  );
70  }//end constructor
71 
72 
73 }//end class
74 ?>