class YamlFileLoader extends YamlFileLoader

Class YamlFileLoader.

Methods

__construct()

No description

FileLoader
setup( ContainerBuilder $container, FileLocator $fileLocator)

Having deferred setup previously, this method handles calling the parent constructor {see parent::__construct} to setup the object as it normally would be.

Details

at line line 58
__construct()

at line line 73
FileLoader setup( ContainerBuilder $container, FileLocator $fileLocator)

Having deferred setup previously, this method handles calling the parent constructor {see parent::__construct} to setup the object as it normally would be.

Parameters

ContainerBuilder $container The container instance being built
FileLocator $fileLocator A file locator instance

Return Value

FileLoader