PHP Class Aerys\Bootstrapper.Bootstrapper.

Inheritance: implements aerys\Bootable, implements SplObserver
Show file Open project: amphp/aerys

Public Methods

Method Description
__construct ( array $applications )
__debugInfo ( )
__invoke ( aerys\Request $request, aerys\Response $response )
boot ( Server $server, Psr\Log\LoggerInterface $logger )
update ( Server $server ) : Promise

Method Details

__construct() public method

public __construct ( array $applications )
$applications array

__debugInfo() public method

public __debugInfo ( )

__invoke() public method

public __invoke ( aerys\Request $request, aerys\Response $response )
$request aerys\Request
$response aerys\Response

boot() public method

public boot ( Server $server, Psr\Log\LoggerInterface $logger )
$server Server
$logger Psr\Log\LoggerInterface

update() public method

public update ( Server $server ) : Promise
$server Server
return Promise