This commit is contained in:
parent
4f505c6b16
commit
b1a3eed4e9
1 changed files with 3 additions and 2 deletions
|
@ -290,11 +290,12 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
|
||||||
/**
|
/**
|
||||||
* getConnectionName
|
* getConnectionName
|
||||||
*
|
*
|
||||||
* @return string the name of the connection
|
* @param Doctrine_Connection $conn connection object to be searched for
|
||||||
|
* @return string the name of the connection
|
||||||
*/
|
*/
|
||||||
public function getConnectionName(Doctrine_Connection $conn)
|
public function getConnectionName(Doctrine_Connection $conn)
|
||||||
{
|
{
|
||||||
return array_search($conn, $this->connections, true);
|
return array_search($conn, $this->connections, true);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* bindComponent
|
* bindComponent
|
||||||
|
|
Loading…
Add table
Reference in a new issue