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 *