Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
form_question_type_country_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  'width' => Array(
44  'added' => '0.0.1',
45  'type' => 'text',
46  'default' => '30',
47  ),
48  'height' => Array(
49  'added' => '0.0.1',
50  'type' => 'text',
51  'default' => '1',
52  ),
53  'max' => Array(
54  'added' => '0.0.1',
55  'type' => 'text',
56  'default' => '300',
57  ),
58  'extra' => Array(
59  'added' => '0.0.1',
60  'type' => 'text',
61  'default' => '',
62  ),
63  'default' => Array(
64  'added' => '0.0.1',
65  'type' => 'serialise',
66  'default' => Array(),
67  ),
68  'available' => Array(
69  'added' => '0.0.1',
70  'type' => 'serialise',
71  'default' => Array(),
72  ),
73  );
74 
75  }//end constructor
76 
77 
78 }//end class
79 ?>