PHPPM\Bridges\BridgeInterface::bootstrap PHP Метод

bootstrap() публичный Метод

Bootstrap an application implementing the HttpKernelInterface.
См. также: 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);