ConsoleApp Class

Aurora\App Namespace

Extends

Interfaces


Constructor

__construct

Constructor

Parameters

  • Psr\Container\ContainerInterface $container — Container instance

Signature

public function __construct(Psr\Container\ContainerInterface $container)

Methods

start

Run additional procedures

Signature

protected function start()

run

Run the app

Parameters

  • array $params — Array of parameters

Return Value

  • mixed

Signature

public function run(array $params = [])

Go to top