abstract 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 $type = null)
Imports a resource. |
|
| LoaderInterface |
resolve(mixed $resource, string $type = null)
Finds a loader able to load an imported resource. |
Details
at line 30
public LoaderResolverInterface
getResolver()
Gets the loader resolver.
at line 40
public
setResolver(LoaderResolverInterface $resolver)
Sets the loader resolver.
at line 53
public mixed
import(mixed $resource, string $type = null)
Imports a resource.
at line 68
public LoaderInterface
resolve(mixed $resource, string $type = null)
Finds a loader able to load an imported resource.