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