class ProtectedPhpFileLoader extendsPhpFileLoader

Methods

RouteCollection
load(mixed$file,string$type =null)

Loads a PHP file.

bool
supports(mixed$resource,string$type =null)

No description

RouteCollection
callConfigurator(callable$result,string$path,string$file)

No description

Details

RouteCollection load(mixed$file,string$type =null)

Loads a PHP file.

Parameters

mixed $file
string $type

Return Value

RouteCollection

bool supports(mixed$resource,string$type =null)

Parameters

mixed $resource
string $type

Return Value

bool

protectedRouteCollection callConfigurator(callable$result,string$path,string$file)

Parameters

callable $result
string $path
string $file

Return Value

RouteCollection