added getParams()
This commit is contained in:
parent
01e41f3d27
commit
56432118c9
@ -149,6 +149,11 @@ abstract class Doctrine_Configurable extends Doctrine_Locator_Injectable
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getParams()
|
||||||
|
{
|
||||||
|
return $his->_params;
|
||||||
|
}
|
||||||
|
|
||||||
public function setParam($name, $value, $namespace = null)
|
public function setParam($name, $value, $namespace = null)
|
||||||
{
|
{
|
||||||
if ($namespace = null) {
|
if ($namespace = null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user