PHP 클래스 Larabros\Elogram\Http\Middleware\AbstractMiddleware

저자: Hassan Khan ([email protected])
상속: implements Larabros\Elogram\Http\Middleware\MiddlewareInterface
파일 보기 프로젝트 열기: larabros/elogram 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Noodlehaus\ConfigInterface The application configuration.
$nextHandler callable The next handler in the stack.

공개 메소드들

메소드 설명
__invoke ( Psr\Http\Message\RequestInterface $request, array $options ) {@inheritDoc}

보호된 메소드들

메소드 설명
__construct ( callable $nextHandler, Noodlehaus\ConfigInterface $config ) Creates an instance of :php:class:AbstractMiddleware.

메소드 상세

__construct() 보호된 메소드

Creates an instance of :php:class:AbstractMiddleware.
또한 보기: AbstractMiddleware::create()
protected __construct ( callable $nextHandler, Noodlehaus\ConfigInterface $config )
$nextHandler callable
$config Noodlehaus\ConfigInterface

__invoke() 공개 메소드

{@inheritDoc}
public __invoke ( Psr\Http\Message\RequestInterface $request, array $options )
$request Psr\Http\Message\RequestInterface
$options array

프로퍼티 상세

$config 보호되어 있는 프로퍼티

The application configuration.
protected ConfigInterface,Noodlehaus $config
리턴 Noodlehaus\ConfigInterface

$nextHandler 보호되어 있는 프로퍼티

The next handler in the stack.
protected callable $nextHandler
리턴 callable