1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

added getParams()

This commit is contained in:
zYne 2007-11-01 22:55:49 +00:00
parent 01e41f3d27
commit 56432118c9

View file

@ -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)
{
if ($namespace = null) {