public function MappingDriverChain::getDrivers in Plug 7
Gets the array of nested drivers.
Return value
array $drivers
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ MappingDriverChain.php, line 89
Class
- MappingDriverChain
- The DriverChain allows you to add multiple other mapping drivers for certain namespaces.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function getDrivers() {
return $this->drivers;
}