Doctrine\OXM\Mapping\Driver\DriverChain::getDrivers PHP Method

getDrivers() public method

Get the array of nested drivers.
public getDrivers ( ) : array
return array $drivers
    public function getDrivers()
    {
        return $this->drivers;
    }