Fr3nch13/CakePHP Utilities

ConsoleApplicationInterface

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

Table of Contents

Methods

bootstrap()  : void
Load all the application configuration and bootstrap logic.
console()  : CommandCollection
Define the console commands for an application.

Methods

bootstrap()

Load all the application configuration and bootstrap logic.

public bootstrap() : void

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


        
On this page

Search results