setCommandCollection()
setCommandCollection(\Cake\Console\CommandCollection $commands) : void
Set the command collection being used.
Parameters
\Cake\Console\CommandCollection | $commands | The commands to use. |
An interface for shells that take a CommandCollection during initialization.
setCommandCollection(\Cake\Console\CommandCollection $commands) : void
Set the command collection being used.
\Cake\Console\CommandCollection | $commands | The commands to use. |
Loading…