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