コード例 #1
0
 /**
  * Extend the method to cleanup up the log table aswell
  *
  * @see tx_scheduler::cleanExecutionArrays()
  */
 protected function cleanExecutionArrays()
 {
     parent::cleanExecutionArrays();
     $this->cleanupLog();
 }