bootstrap()
bootstrap() : void
Load all the application configuration and bootstrap logic.
Override this method to add additional bootstrap logic for your application.
An interface defining the methods that the console runner depend on.
console(\Cake\Console\CommandCollection $commands) : \Cake\Console\CommandCollection
Define the console commands for an application.
\Cake\Console\CommandCollection | $commands | The CommandCollection to add commands into. |
The updated collection.
Loading…