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