PHPPM\Bridges\BridgeInterface::bootstrap PHP Method

bootstrap() public method

Bootstrap an application implementing the HttpKernelInterface.
See also: http://stackphp.com
public bootstrap ( string $appBootstrap, $appenv, boolean $debug )
$appBootstrap string The name of the class used to bootstrap the application
$debug boolean If debug is enabled
    public function bootstrap($appBootstrap, $appenv, $debug);