1
0
mirror of synced 2025-01-20 07:21:40 +03:00

added getParams() method

This commit is contained in:
zYne 2006-12-29 11:30:36 +00:00
parent 7529c4d986
commit 4bff105385

View File

@ -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
* *