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);