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.
- author Bernhard Schussek
- author Kévin Dunglas
CloneableInstantiable
Methods |
public __construct(array $loaders) Accepts a list of LoaderInterface instances.
|
public getLoaders() : array
|
public loadClassMetadata(Symfony |
Properties |
private readonly array $loaders |