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).
Properties
protected | $resolver | from Loader | |
protected | $parser |
Methods
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
from Loader
__construct(ControllerNameParser $parser, LoaderResolverInterface $resolver, array $defaultOptions = array())
No description
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
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.