added getParams() method
This commit is contained in:
parent
7529c4d986
commit
4bff105385
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user