TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SchedulerCliController Class Reference

Public Member Functions

 __construct ()
 

Protected Member Functions

 isHelp ()
 
 stopTask ($task)
 
 getTask ()
 

Protected Attributes

 $cli
 
 $hasTask = true
 
 $scheduler
 

Detailed Description

CLI controller for the 'scheduler' extension.

Definition at line 22 of file SchedulerCliController.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 42 of file SchedulerCliController.php.

References GeneralUtility\makeInstance().

Member Function Documentation

getTask ( )
protected

Return task

Returns

Definition at line 120 of file SchedulerCliController.php.

References $GLOBALS.

isHelp ( )
protected

Check cli is help

Returns
bool

Definition at line 68 of file SchedulerCliController.php.

stopTask (   $task)
protected

Stop task

Parameters
\TYPO3\CMS\Scheduler\Task\AbstractTask$task

Definition at line 108 of file SchedulerCliController.php.

Member Data Documentation

$cli
protected

Definition at line 27 of file SchedulerCliController.php.

$hasTask = true
protected

Definition at line 32 of file SchedulerCliController.php.

$scheduler
protected

Definition at line 37 of file SchedulerCliController.php.