private property ConsoleCommandEvent::$commandShouldRun in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Event/ConsoleCommandEvent.php \Symfony\Component\Console\Event\ConsoleCommandEvent::commandShouldRun
Indicates if the command should be run or skipped.
Type: bool
File
- vendor/
symfony/ console/ Event/ ConsoleCommandEvent.php, line 31
Class
- ConsoleCommandEvent
- Allows to do things before the command is executed, like skipping the command or changing the input.
Namespace
Symfony\Component\Console\EventCode
private $commandShouldRun = true;