Class LegacyCommandRunner
Class that dispatches to the legacy ShellDispatcher using the same signature as the newer CommandRunner
Properties summary
-
$_io
protected
Method Summary
-
run() public
Mimics functionality of Cake\Console\CommandRunner
Method Detail
run() public ¶
run( array $argv , Cake\Console\ConsoleIo
$io null )
Mimics functionality of Cake\Console\CommandRunner
Parameters
- array $argv
- Argument array
-
Cake\Console\ConsoleIo
$io optional null - ConsoleIo
Returns
integer