Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
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
30
class
Cron_Job_Update_Sharepoint_Record_Management
extends
Asset_Management
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
?>
squiz_matrix
packages
sharepoint
cron_jobs
cron_job_update_sharepoint_record
cron_job_update_sharepoint_record_management.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1