PHP 인터페이스 Larabros\Elogram\Http\Middleware\MiddlewareInterface

저자: Hassan Khan ([email protected])
파일 보기 프로젝트 열기: larabros/elogram

공개 메소드들

메소드 설명
__invoke ( Psr\Http\Message\RequestInterface $request, array $options ) : mixed Execute the middleware.

메소드 상세

__invoke() 공개 메소드

Execute the middleware.
public __invoke ( Psr\Http\Message\RequestInterface $request, array $options ) : mixed
$request Psr\Http\Message\RequestInterface
$options array
리턴 mixed