TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Scheduler\Example\TestTask Class Reference
Inheritance diagram for TYPO3\CMS\Scheduler\Example\TestTask:
TYPO3\CMS\Scheduler\Task\AbstractTask

Public Member Functions

 getAdditionalInformation ()
 
- Public Member Functions inherited from TYPO3\CMS\Scheduler\Task\AbstractTask
 __construct ()
 
 execute ()
 
 getAdditionalInformation ()
 
 setTaskUid ($id)
 
 getTaskUid ()
 
 getTaskTitle ()
 
 getTaskDescription ()
 
 getTaskClassName ()
 
 isDisabled ()
 
 setDisabled ($flag)
 
 setExecutionTime ($timestamp)
 
 getTaskGroup ()
 
 setTaskGroup ($taskGroup)
 
 getExecutionTime ()
 
 setDescription ($description)
 
 getDescription ()
 
 setScheduler ()
 
 unsetScheduler ()
 
 setExecution (\TYPO3\CMS\Scheduler\Execution $execution)
 
 getExecution ()
 
 getNextDueExecution ()
 
 areMultipleExecutionsAllowed ()
 
 isExecutionRunning ()
 
 markExecution ()
 
 unmarkExecution ($executionID, \Exception $failure=null)
 
 unmarkAllExecutions ()
 
 save ()
 
 stop ()
 
 remove ()
 
 getType ()
 

Public Attributes

 $email
 
- Public Attributes inherited from TYPO3\CMS\Scheduler\Task\AbstractTask
const TYPE_SINGLE = 1
 
const TYPE_RECURRING = 2
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Scheduler\Task\AbstractTask
 $scheduler
 
 $taskUid
 
 $disabled = false
 
 $execution
 
 $executionTime = 0
 
 $description = ''
 
 $taskGroup
 

Detailed Description

Provides testing procedures

Definition at line 20 of file TestTask.php.

Member Function Documentation

◆ getAdditionalInformation()

TYPO3\CMS\Scheduler\Example\TestTask::getAdditionalInformation ( )

This method returns the destination mail address as additional information

Returns
string Information to display

Definition at line 85 of file TestTask.php.

References TYPO3\CMS\Scheduler\Example\TestTask\$email, and $GLOBALS.

Member Data Documentation

◆ $email

string TYPO3\CMS\Scheduler\Example\TestTask::$email

An email address to be used during the process

Definition at line 27 of file TestTask.php.

Referenced by TYPO3\CMS\Scheduler\Example\TestTask\getAdditionalInformation().