abstract class FileLoader extends FileLoader
FileLoader is the abstract class used by all built-in loaders that are file based.
Methods
|
__construct(ContainerBuilder $container, FileLocatorInterface $locator)
Constructor. |
||
| setCurrentDir($dir) | from FileLoader | |
| getLocator() | from FileLoader | |
| mixed |
import(mixed $resource, string $type = null, Boolean $ignoreErrors = false, string $sourceResource = null)
Imports a resource. |
from FileLoader |
Details
at line 33
public
__construct(ContainerBuilder $container, FileLocatorInterface $locator)
Constructor.
in FileLoader at line 41
public
setCurrentDir($dir)
in FileLoader at line 46
public
getLocator()
in FileLoader at line 61
public mixed
import(mixed $resource, string $type = null, Boolean $ignoreErrors = false, string $sourceResource = null)
Imports a resource.