Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (CommandRendererInterface $commandRenderer) | |
execute ($command, $arguments) | |
Shell driver encapsulates command execution and arguments escaping
Definition at line 14 of file Driver.php.
__construct | ( | CommandRendererInterface | $commandRenderer | ) |
CommandRendererInterface | $commandRenderer |
Definition at line 24 of file Driver.php.
execute | ( | $command, | |
$arguments | |||
) |
Execute a command through the command line, passing properly escaped arguments, and return its output
string | $command | Command with optional argument markers 's' |
string[] | $arguments Argument values to substitute markers with |
LocalizedException |
Definition at line 37 of file Driver.php.