[2.0] Adding getDrivers() method to DriverChain
This commit is contained in:
parent
3a778e624f
commit
c8ef304bcc
@ -56,6 +56,16 @@ class DriverChain implements Driver
|
|||||||
$this->_drivers[$namespace] = $nestedDriver;
|
$this->_drivers[$namespace] = $nestedDriver;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the array of nested drivers
|
||||||
|
*
|
||||||
|
* @return array $drivers
|
||||||
|
*/
|
||||||
|
public function getDrivers()
|
||||||
|
{
|
||||||
|
return $this->_drivers;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads the metadata for the specified class into the provided container.
|
* Loads the metadata for the specified class into the provided container.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user