added getParams() method
This commit is contained in:
parent
7529c4d986
commit
4bff105385
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue