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_edit_fns.inc
1
<?php
18
require_once SQ_CORE_PACKAGE_PATH.
'/system/cron/cron_job/cron_job_edit_fns.inc'
;
19
31
class
Cron_Job_Update_Sharepoint_Record_Edit_Fns
extends
Cron_Job_Edit_Fns
32
{
33
34
39
function
Cron_Job_Update_Sharepoint_Record_Edit_Fns
()
40
{
41
parent::__construct();
42
43
}
//end constructor
44
45
46
57
public
function
processInLineBackend
(
Cron_Job_Update_Sharepoint_Record
$asset,
Backend_Outputter
$o, $prefix)
58
{
59
$when = $this->
_processWhenBox
($asset, $o, $prefix);
60
if
($when) {
61
return
$asset->
setAttrValue
(
'when'
, $when);
62
}
else
{
63
return
FALSE;
64
}
65
66
}
//end processInLineBackend()
67
68
69
}
//end class
70
71
?>
squiz_matrix
packages
sharepoint
cron_jobs
cron_job_update_sharepoint_record
cron_job_update_sharepoint_record_edit_fns.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1