Calls multiple LoaderInterface instances in a chain
This class accepts multiple instances of LoaderInterface to be passed to the constructor. When loadClassMetadata() is called, the same method is called in <em>all</em> of these loaders, regardless of whether any of them was successful or not.
@author Bernhard Schussek <bschussek@gmail.com>
Expanded class hierarchy of LoaderChain
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LoaderChain:: |
protected | property | ||
LoaderChain:: |
public | function |
Load a Class Metadata. Overrides LoaderInterface:: |
|
LoaderChain:: |
public | function | Accepts a list of LoaderInterface instances | 1 |