public function ConsoleEvent::getCommand in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Event/ConsoleEvent.php \Symfony\Component\Console\Event\ConsoleEvent::getCommand()
Gets the command that is executed.
Return value
File
- vendor/
symfony/ console/ Event/ ConsoleEvent.php, line 43
Class
- ConsoleEvent
- Allows to inspect input and output of a command.
Namespace
Symfony\Component\Console\EventCode
public function getCommand() {
return $this->command;
}