PHP Class Themosis\Route\RouteCollection

Inheritance: extends Illuminate\Routing\RouteCollection
Afficher le fichier Open project: themosis/framework Class Usage Examples

Méthodes protégées

Méthode Description
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.

Method Details

addToCollections() protected méthode

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

check() protected méthode

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
Résultat Illuminate\Routing\Route | null