‪TYPO3CMS  ‪main
TYPO3\CMS\Scheduler\Command\SchedulerListCommand Class Reference
Inheritance diagram for TYPO3\CMS\Scheduler\Command\SchedulerListCommand:

Public Member Functions

 __construct (protected readonly Context $context, protected readonly SchedulerTaskRepository $taskRepository,)
 
 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Protected Member Functions

 updateTable (InputInterface $input, Table $table, BufferedOutput $buffer, ConsoleSectionOutput $tableSection)
 

Protected Attributes

SymfonyStyle $io
 

Private Member Functions

 getTableRows (array $groups=[])
 
 getLanguageService ()
 

Detailed Description

CLI command for EXT:scheduler to list tasks

Definition at line 41 of file SchedulerListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Scheduler\Command\SchedulerListCommand::__construct ( protected readonly Context  $context,
protected readonly SchedulerTaskRepository  $taskRepository 
)

Definition at line 45 of file SchedulerListCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Scheduler\Command\SchedulerListCommand::configure ( )

Definition at line 52 of file SchedulerListCommand.php.

◆ execute()

◆ getLanguageService()

TYPO3\CMS\Scheduler\Command\SchedulerListCommand::getLanguageService ( )
private

◆ getTableRows()

TYPO3\CMS\Scheduler\Command\SchedulerListCommand::getTableRows ( array  $groups = [])
private

◆ updateTable()

TYPO3\CMS\Scheduler\Command\SchedulerListCommand::updateTable ( InputInterface  $input,
Table  $table,
BufferedOutput  $buffer,
ConsoleSectionOutput  $tableSection 
)
protected

Member Data Documentation

◆ $io

SymfonyStyle TYPO3\CMS\Scheduler\Command\SchedulerListCommand::$io
protected

Definition at line 43 of file SchedulerListCommand.php.