PHP Class Flarum\Http\Middleware\AuthenticateWithHeader

Inheritance: implements Zend\Stratigility\MiddlewareInterface
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$prefix string

Public Methods

Method Description
__invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $out = null )

Private Methods

Method Description
getUser ( $string )

Method Details

__invoke() public method

public __invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $out = null )
$request Psr\Http\Message\ServerRequestInterface
$response Psr\Http\Message\ResponseInterface
$out callable

Property Details

$prefix protected_oe property

protected string $prefix
return string