1
0
mirror of synced 2025-03-21 23:43:53 +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) {