Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Flarum
Http
Middleware
AuthenticateWithHeader
PHP Class Flarum\Http\Middleware\AuthenticateWithHeader
Inheritance:
implements
Zend\Stratigility\MiddlewareInterface
ファイルを表示
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