/**
  * Liefert alle Optionen. sekunden werden in einer ordentlichen
  * zeitangabe formatiert
  *
  * @return 	array
  */
 public function getOptions()
 {
     $options = parent::getOptions();
     foreach ($this->optionsToFormat as $option) {
         if (isset($options[$option])) {
             $options[$option] = tx_mklib_util_Scheduler::getFormattedTime($options[$option]);
         }
     }
     return $options;
 }
 /**
  * This method returns the destination mail address as additional information
  *
  * @return	string	Information to display
  */
 public function getAdditionalInformation()
 {
     return parent::getAdditionalInformation($GLOBALS['LANG']->sL('LLL:EXT:mklib/scheduler/locallang.xml:scheduler_cleanupTempFiles_taskinfo'));
 }
 /**
  * This method returns the destination mail address as additional information
  *
  * @return	string	Information to display
  */
 public function getAdditionalInformation()
 {
     return parent::getAdditionalInformation($GLOBALS['LANG']->sL('LLL:EXT:mklib/scheduler/locallang.xml:scheduler_DeleteFromDatabase_taskinfo'));
 }