SchedulerListCommand extends Command
CLI command for EXT:scheduler to list tasks
Table of Contents
Properties
- $context : Context
- $io : SymfonyStyle
- $taskRepository : SchedulerTaskRepository
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int
- updateTable() : void
Properties
$context read-only
        protected
            Context
    $context
    
    
    
    
    
    
$io
        protected
            SymfonyStyle
    $io
    
    
    
    
    
    
$taskRepository read-only
        protected
            SchedulerTaskRepository
    $taskRepository
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(Context $context, SchedulerTaskRepository $taskRepository) : mixed
    Parameters
- $context : Context
- $taskRepository : SchedulerTaskRepository
configure()
    public
                    configure() : mixed
    execute()
    public
                    execute(InputInterface $input, OutputInterface $output) : int
    Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intupdateTable()
    protected
                    updateTable(InputInterface $input, Table $table, BufferedOutput $buffer, ConsoleSectionOutput $tableSection) : void
    Parameters
- $input : InputInterface
- $table : Table
- $buffer : BufferedOutput
- $tableSection : ConsoleSectionOutput