PHP 클래스 Themosis\Route\RouteCollection

상속: extends Illuminate\Routing\RouteCollection
파일 보기 프로젝트 열기: themosis/framework 1 사용 예제들

보호된 메소드들

메소드 설명
addToCollections ( Route $route ) Add the given route to the arrays of routes.
check ( array $routes, Illuminate\http\Request $request, boolean $includingMethod = true ) : Illuminate\Routing\Route | null Determine if a route in the array matches the request.

메소드 상세

addToCollections() 보호된 메소드

Add the given route to the arrays of routes.
protected addToCollections ( Route $route )
$route Route

check() 보호된 메소드

Determine if a route in the array matches the request.
protected check ( array $routes, Illuminate\http\Request $request, boolean $includingMethod = true ) : Illuminate\Routing\Route | null
$routes array
$request Illuminate\http\Request
$includingMethod boolean
리턴 Illuminate\Routing\Route | null