class Loader implements LoaderInterface
Loader is the abstract class used by all built-in loaders.
Methods
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.
Details
Load