From b4e9f6795206fab6b952f814ccf812677a34c635 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 7 Dec 2005 00:32:29 +0000 Subject: --- framework/Web/UI/TThemeManager.php | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'framework/Web/UI/TThemeManager.php') diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 504e8ecb..746e36cb 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -36,16 +36,12 @@ * @package System.Web.UI * @since 3.0 */ -class TThemeManager extends TComponent implements IModule +class TThemeManager extends TModule { /** * default themes base path */ const DEFAULT_BASEPATH='themes'; - /** - * @var string module ID - */ - private $_id='theme'; /** * @var boolean whether this module has been initialized */ @@ -71,27 +67,12 @@ class TThemeManager extends TComponent implements IModule */ public function init($application,$config) { + parent::init($application,$config); $this->_application=$application; $this->_initialized=true; $application->getService()->setThemeManager($this); } - /** - * @return string id of this module - */ - public function getID() - { - return $this->_id; - } - - /** - * @param string id of this module - */ - public function setID($value) - { - $this->_id=$value; - } - /** * @param string name of the theme to be retrieved * @return TTheme the theme retrieved -- cgit v1.2.3