From 4bff1053856a3dbdf0640d74420e941441fb968f Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 29 Dec 2006 11:30:36 +0000 Subject: [PATCH] added getParams() method --- lib/Doctrine/Hydrate.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/Doctrine/Hydrate.php b/lib/Doctrine/Hydrate.php index e1e82bd3a..2af6b8e6e 100644 --- a/lib/Doctrine/Hydrate.php +++ b/lib/Doctrine/Hydrate.php @@ -269,6 +269,14 @@ abstract class Doctrine_Hydrate extends Doctrine_Access { public function getView() { return $this->view; } + /** + * getParams + * + * @return array + */ + public function getParams() { + return $this->params; + } /** * getTableAlias *