\Cake\CoreConsoleApplicationInterface

An interface defining the methods that the console runner depend on.

Summary

Methods
Constants
bootstrap()
console()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

bootstrap()

bootstrap() : void

Load all the application configuration and bootstrap logic.

Override this method to add additional bootstrap logic for your application.