接口 CommandCollectionAwareInterface
用于在初始化期间接受 CommandCollection 的 shell 的接口。
命名空间: Cake\Console
方法摘要
-
setCommandCollection() public
设置正在使用的命令集合。
方法详细
setCommandCollection() ¶ public
setCommandCollection(Cake\Console\CommandCollection $commands): void
设置正在使用的命令集合。
参数
-
Cake\Console\CommandCollection
$commands 要使用的命令。
返回值
void