Loader
abstract class Loader implements LoaderInterface
Loader is the abstract class used by all built-in loaders.
Properties
protected | $resolver |
Methods
getResolver()
Gets the loader resolver.
mixed
import(mixed $resource, string|null $type = null)
Imports a resource.
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
Details
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.