Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
cron_job_update_sharepoint_record_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
38  function __construct(&$pm)
39  {
40  $this->Asset_Management($pm);
41 
42  $this->vars = Array(
43  'sharepoint_saved_search_id' => Array (
44  'added' => '0.1',
45  'type' => 'text',
46  'default' => '',
47  'description' => 'The id of the data source we are using to connect'
48  ),
49  'type' => Array(
50  'default' => 'repeating',
51  ),
52  'when' => Array(
53  'default' => 'DL=00:00',
54  ),
55  );
56 
57  }//end constructor
58 
59 
60 }//end class
61 ?>