Interface CommandCollectionAwareInterface
An interface for shells that take a CommandCollection during initialization.
Direct Implementers
Method Summary
-
setCommandCollection() public
Set the command collection being used.
Method Detail
setCommandCollection() public ¶
setCommandCollection( Cake\Console\CommandCollection
$commands )
Set the command collection being used.
Parameters
-
Cake\Console\CommandCollection
$commands - The commands to use.