LoaderChain
class LoaderChain implements LoaderInterface
Calls multiple {@link LoaderInterface} instances in a chain.
This class accepts multiple instances of LoaderInterface to be passed to the constructor. When {@link loadClassMetadata()} is called, the same method is called in all of these loaders, regardless of whether any of them was successful or not.
Methods
__construct(array $loaders)
Accepts a list of LoaderInterface instances.
bool
getLoaders()
No description