CommandCollectionAwareInterface
in
An interface for shells that take a CommandCollection during initialization.
Table of Contents
Methods
- setCommandCollection() : void
- Set the command collection being used.
Methods
setCommandCollection()
Set the command collection being used.
public
setCommandCollection(CommandCollection $commands) : void
Parameters
- $commands : CommandCollection
-
The commands to use.