Loader
class Loader implements LoaderInterface
Loader is the abstract class used by all built-in loaders.
Methods
getResolver()
Gets the loader resolver.
mixed
import(mixed $resource, string|null $type = null)
Imports a resource.
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
Details
at line line 28
LoaderResolverInterface
getResolver()
Gets the loader resolver.
at line line 36
setResolver(LoaderResolverInterface $resolver)
Sets the loader resolver.
at line line 49
mixed
import(mixed $resource, string|null $type = null)
Imports a resource.
at line line 64
LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.