The DriverChain allows you to add multiple other mapping drivers for certain namespaces
@since 2.2 @author Benjamin Eberlei <kontakt@beberlei.de> @author Guilherme Blanco <guilhermeblanco@hotmail.com> @author Jonathan H. Wage <jonwage@gmail.com> @author Roman Borschel <roman@code-factory.org>
Expanded class hierarchy of MappingDriverChain
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MappingDriverChain:: |
private | property | The default driver | |
MappingDriverChain:: |
private | property | ||
MappingDriverChain:: |
public | function | Add a nested driver. | |
MappingDriverChain:: |
public | function |
Gets the names of all mapped classes known to this driver. Overrides MappingDriver:: |
|
MappingDriverChain:: |
public | function | Get the default driver. | |
MappingDriverChain:: |
public | function | Get the array of nested drivers. | |
MappingDriverChain:: |
public | function |
Whether the class with the specified name should have its metadata loaded. Overrides MappingDriver:: |
|
MappingDriverChain:: |
public | function |
Loads the metadata for the specified class into the provided container. Overrides MappingDriver:: |
|
MappingDriverChain:: |
public | function | Set the default driver. |