Commit 56432118 authored by zYne's avatar zYne

added getParams()

parent 01e41f3d
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment