Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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.