Squiz Matrix  4.12.2
 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 
32 {
33 
34 
40  {
41  parent::__construct();
42 
43  }//end constructor
44 
45 
46 
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 ?>