From 56432118c99fe3b19d089ccb8ed9480854bc87a8 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 1 Nov 2007 22:55:49 +0000 Subject: [PATCH] added getParams() --- lib/Doctrine/Configurable.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Doctrine/Configurable.php b/lib/Doctrine/Configurable.php index f695ac861..d8e3c0cba 100644 --- a/lib/Doctrine/Configurable.php +++ b/lib/Doctrine/Configurable.php @@ -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) {