Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
data_record_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->vars = Array(
45  'name' => Array(
46  'added' => '0.0.1',
47  'type' => 'text',
48  'default' => '',
49  'description' => 'The full name of the record',
50  'update_fn' => '',
51  'is_admin' => FALSE,
52  'is_contextable'=> TRUE,
53  ),
54  );
55 
56  }//end constructor
57 
58 
59 }//end class
60 ?>