Свойство | Type | Description | |
---|---|---|---|
$file | Illuminate\Filesystem\Filesystem | File system instance | |
$parsedRoutes | array | Parsed routes | |
$router | Router instance | ||
$routes | array | Clean routes |
Méthode | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $file, |
||
make ( string $path, string $name, array $options = [] ) : boolean | Compile routes template and generate |
Méthode | Description | |
---|---|---|
getBeforeFilters ( Illuminate\Routing\Route $route ) : string | Get before filters | |
getMethodPatterns ( string $uri, string $method ) : array | Get the pattern filters for a given URI and method. | |
getParsedRoutes ( string $filter = null, string $prefix = null ) : array | Get parsed routes | |
getPatternFilters ( Illuminate\Routing\Route $route ) : array | Get all of the pattern filters matching the route. | |
getRouteInformation ( Illuminate\Routing\Route $route ) : array | Get the route information for a given route. |
public __construct ( Illuminate\Filesystem\Filesystem $file, |
||
$file | Illuminate\Filesystem\Filesystem | |
$router |
protected getBeforeFilters ( Illuminate\Routing\Route $route ) : string | ||
$route | Illuminate\Routing\Route | |
Résultat | string |
protected getPatternFilters ( Illuminate\Routing\Route $route ) : array | ||
$route | Illuminate\Routing\Route | |
Résultat | array |
protected getRouteInformation ( Illuminate\Routing\Route $route ) : array | ||
$route | Illuminate\Routing\Route | |
Résultat | array |
protected Filesystem,Illuminate\Filesystem $file | ||
Résultat | Illuminate\Filesystem\Filesystem |
protected Router,Illuminate\Routing $router | ||
Résultat |