From 7aeee6e122427cc207364971560bde78ef173cf0 Mon Sep 17 00:00:00 2001 From: carlgmathisen <> Date: Fri, 26 Dec 2008 23:51:27 +0000 Subject: tparametermodule docs --- framework/Util/TParameterModule.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'framework/Util/TParameterModule.php') diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 5549ff71..bd8414ea 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.php @@ -40,19 +40,23 @@ * tag, the former takes precedence. * * @author Qiang Xue + * @author Carl G. Mathisen * @version $Id$ * @package System.Util * @since 3.0 */ class TParameterModule extends TModule { + /** + * @deprecated since 3.2 + */ const PARAM_FILE_EXT='.xml'; private $_initialized=false; private $_paramFile=null; /** * Initializes the module by loading parameters. - * @param TXmlElement content enclosed within the module tag + * @param mixed content enclosed within the module tag */ public function init($config) { @@ -89,7 +93,7 @@ class TParameterModule extends TModule /** * Loads parameters into application. - * @param TXmlElement XML representation of the parameters + * @param mixed XML of PHP representation of the parameters * @throws TConfigurationException if the parameter file format is invalid */ protected function loadParameters($config) -- cgit v1.2.3