From 4f505c6b16ed8850f976bb9cc6b565f2ad10e48f Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 2 Apr 2007 16:50:35 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index d081d39ff..d4fb46063 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -287,6 +287,15 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera return $this; } + /** + * getConnectionName + * + * @return string the name of the connection + */ + public function getConnectionName(Doctrine_Connection $conn) + { + return array_search($conn, $this->connections, true); + } /** * bindComponent * binds given component to given connection