class CLIRunner implements RunInterface, ApplicationAwareInterface (View source)

Traits

Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface

Properties

protected Application $app from  ApplicationAwareTrait
protected Application $console

Methods

setApplication(Application $app)

Setter method for the application

__construct(Application $console)

No description

loadBootstrap()

No description

initializeSystemTimezone()

No description

mixed
run()

Run the runtime.

Details

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

__construct(Application $console)

No description

Parameters

Application $console

private loadBootstrap()

No description

private initializeSystemTimezone()

No description

mixed run()

Run the runtime.

Return Value

mixed