接口 ConsoleApplicationInterface
定义控制台运行器依赖的方法的接口。
命名空间: Cake\Core
方法摘要
-
bootstrap() public
加载所有应用程序配置和引导逻辑。
-
console() public
定义应用程序的控制台命令。
-
events() public @method
-
pluginEvents() public @method
方法详情
console() ¶ public
console(Cake\Console\CommandCollection $commands): Cake\Console\CommandCollection
定义应用程序的控制台命令。
参数
-
Cake\Console\CommandCollection
$commands 要添加命令的 CommandCollection。
返回值
Cake\Console\CommandCollection
events() ¶ public @method
events(Cake\Event\EventManagerInterface $eventManager)
参数
-
Cake\Event\EventManagerInterface
$eventManager
pluginEvents() ¶ public @method
pluginEvents(Cake\Event\EventManagerInterface $eventManager)
参数
-
Cake\Event\EventManagerInterface
$eventManager