Class AbstractHandler
Abstract Slim application handler
Direct known subclasses
Slim\Handlers\AbstractError,
Slim\Handlers\NotAllowed,
Slim\Handlers\NotFound
Indirect known subclasses
Methods summary
protected
string
|
#
determineContentType( Psr\Http\Message\ServerRequestInterface $request )
Determine which content type we know about is wanted using Accept header |
Properties summary
protected
array
|
$knownContentTypes
Known handled content types |
#
[
'application/json',
'application/xml',
'text/xml',
'text/html',
]
|