com\setasign\SetaFramework\Middleware
InitBootstrap Class InitBootstrap
File: /SetaFramework/src/Middleware/InitBootstrap.php
Class hierarchy
Implements
- \Psr\Http\Server\MiddlewareInterface
Summary
Properties
$applicationManager
private InitBootstrap::$applicationManager
$bootstrap
private InitBootstrap::$bootstrap
$logHandler
private InitBootstrap::$logHandler
Methods
__construct()
public InitBootstrap::__construct (
\com\setasign\SetaFramework\Log\LogHandler $logHandler,
\com\setasign\SetaFramework\Application\ApplicationManager $applicationManager,
\com\setasign\SetaFramework\Bootstrap\HttpBootstrap $bootstrap
)\com\setasign\SetaFramework\Application\ApplicationManager $applicationManager,
\com\setasign\SetaFramework\Bootstrap\HttpBootstrap $bootstrap
InitBootstrap constructor.
Parameters
- $logHandler : \com\setasign\SetaFramework\Log\LogHandler
- $applicationManager : \com\setasign\SetaFramework\Application\ApplicationManager
- $bootstrap : \com\setasign\SetaFramework\Bootstrap\HttpBootstrap
process()
public InitBootstrap::process (
\Psr\Http\Message\ServerRequestInterface $request,
\Psr\Http\Server\RequestHandlerInterface $handler
): \Psr\Http\Message\ResponseInterface\Psr\Http\Server\RequestHandlerInterface $handler
Parameters
- $request : \Psr\Http\Message\ServerRequestInterface
- $handler : \Psr\Http\Server\RequestHandlerInterface
