Commit 4bff1053 authored by zYne's avatar zYne

added getParams() method

parent 7529c4d9
...@@ -269,6 +269,14 @@ abstract class Doctrine_Hydrate extends Doctrine_Access { ...@@ -269,6 +269,14 @@ abstract class Doctrine_Hydrate extends Doctrine_Access {
public function getView() { public function getView() {
return $this->view; return $this->view;
} }
/**
* getParams
*
* @return array
*/
public function getParams() {
return $this->params;
}
/** /**
* getTableAlias * getTableAlias
* *
......
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