Doctrine\OXM\Mapping\Driver\DriverChain::getDrivers PHP 메소드

getDrivers() 공개 메소드

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