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

testAvailableMemory(InputInterface $input, OutputInterface $output)

No description

initializeSystemTimezone()

No description

mixed
run()

Run the runtime.

bool
shouldRunCommands()

No description

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 testAvailableMemory(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

private initializeSystemTimezone()

No description

mixed run()

Run the runtime.

Return Value

mixed

protected bool shouldRunCommands()

No description

Return Value

bool