TasksStateCommand
Extends \Joomla\Console\Command\AbstractCommandConsole command to change the state of tasks.
since |
4.1.0 |
---|---|
package |
Joomla CMS |
Methods
configure
Configure the command.
configure() : void
since |
4.1.0 |
---|
configureIO
Configure the IO.
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : void
since |
4.1.0 |
---|
Arguments
- input
\Symfony\Component\Console\Input\InputInterface
The input to inject into the command.- output
\Symfony\Component\Console\Output\OutputInterface
The output to inject into the command.
doExecute
Internal function to execute the command.
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : int
since |
4.1.0 |
---|---|
throws |
|
Arguments
- input
\Symfony\Component\Console\Input\InputInterface
The input to inject into the command.- output
\Symfony\Component\Console\Output\OutputInterface
The output to inject into the command.
Response
int
The command exit code
Properties
application
The console application object
since |
4.1.0 |
---|
Type(s)
\Joomla\Console\Application
ioStyle
since |
4.1.0 |
---|
Type(s)
\Symfony\Component\Console\Style\SymfonyStyle