class ObjectRouteLoader extends Loader
A route loader that calls a method on an object to load the routes.
Methods
| LoaderResolverInterface |  getResolver()  Gets the loader resolver.  |  from Loader | 
|  setResolver(LoaderResolverInterface $resolver)  Sets the loader resolver.  |  from Loader | |
| mixed |  import(mixed $resource, string|null $type = null)  Imports a resource.  |  from Loader | 
| LoaderInterface |  resolve(mixed $resource, string|null $type = null)  Finds a loader able to load an imported resource.  |  from Loader | 
|  load(mixed $resource, string|null $type = null)  Calls the service that will load the routes.  |  ||
| bool |  supports(mixed $resource, string|null $type = null)  Returns whether this class supports the given resource.  |  
Details
LoaderResolverInterface getResolver()
Gets the loader resolver.
setResolver(LoaderResolverInterface $resolver)
Sets the loader resolver.
mixed import(mixed $resource, string|null $type = null)
Imports a resource.
LoaderInterface resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
load(mixed $resource, string|null $type = null)
Calls the service that will load the routes.
bool supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.
Please login to continue.