Commit c8ef304b authored by jwage's avatar jwage

[2.0] Adding getDrivers() method to DriverChain

parent 3a778e62
......@@ -56,6 +56,16 @@ class DriverChain implements Driver
$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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment