Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
cron_job_generate_log_reports_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/system/cron/cron_job/cron_job_edit_fns.inc';
19 
31 {
32 
33 
39  function __construct()
40  {
41  parent::__construct();
42 
43  }//end constructor
44 
45 
52  public function paintNull()
53  {
54  return TRUE;
55 
56  }//end paintNull()
57 
58 
65  public function processNull()
66  {
67  return TRUE;
68 
69  }//end processNull()
70 
71 
72 }//end class
73 
74 ?>