![]() |
TYPO3
7.6
|
Public Member Functions | |
getAdditionalInformation () | |
![]() | |
__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 () | |
Public Attributes | |
Additional Inherited Members | |
![]() | |
$scheduler | |
$taskUid | |
$disabled = false | |
$execution | |
$executionTime = 0 | |
$description = '' | |
$taskGroup | |
Provides testing procedures
Definition at line 20 of file TestTask.php.
getAdditionalInformation | ( | ) |
This method returns the destination mail address as additional information
Definition at line 85 of file TestTask.php.
References TestTask\$email, and $GLOBALS.
string $email |
An email address to be used during the process
Definition at line 27 of file TestTask.php.
Referenced by TestTask\getAdditionalInformation().