DelegatingLoader
class DelegatingLoader extends DelegatingLoader
DelegatingLoader delegates route loading to other loaders using a loader resolver.
This implementation resolves the _controller attribute from the short notation to the fully-qualified form (from a:b:c to class:method).
Methods
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)
Loads a resource.
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.
from DelegatingLoader
Details
in Loader at line line 28
LoaderResolverInterface
getResolver()
Gets the loader resolver.
in Loader at line line 36
setResolver(LoaderResolverInterface $resolver)
Sets the loader resolver.
in Loader at line line 49
mixed
import(mixed $resource, string|null $type = null)
Imports a resource.
in Loader at line line 64
LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
at line line 38
__construct(ControllerNameParser $parser, LoaderResolverInterface $resolver)
Constructor.
at line line 48
load(mixed $resource, string|null $type = null)
Loads a resource.
in DelegatingLoader at line line 51
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.