Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
Public Member Functions | |
__construct (StreamFactoryInterface $streamFactory, string $style='append') | |
process (ServerRequestInterface $request, RequestHandlerInterface $handler) | |
Public Attributes | |
const | APPEND = 'append' |
const | PREPEND = 'prepend' |
Protected Attributes | |
StreamFactoryInterface | $streamFactory |
string | $style |
Slim\Middleware\OutputBufferingMiddleware::__construct | ( | StreamFactoryInterface | $streamFactory, |
string | $style = 'append' ) |
string | $style | Either "append" or "prepend" |
Slim\Middleware\OutputBufferingMiddleware::process | ( | ServerRequestInterface | $request, |
RequestHandlerInterface | $handler ) |
Throwable |
Implements Psr\Http\Server\MiddlewareInterface.