PHP 클래스 Zend\Stratigility\Route
Details the subpath on which the middleware is active, and the
handler for the middleware itself.
파일 보기
프로젝트 열기: zendframework/zend-stratigility
보호된 프로퍼티들
공개 메소드들
메소드 상세
public __construct ( string $path, callable | Interop\Http\Middleware\MiddlewareInterface | Interop\Http\Middleware\ServerMiddlewareInterface $handler ) |
$path |
string |
|
$handler |
callable | Interop\Http\Middleware\MiddlewareInterface | Interop\Http\Middleware\ServerMiddlewareInterface |
|
프로퍼티 상세
protected string $path |
리턴 |
string |
|