Minahito
minah****@users*****
2006年 6月 22日 (木) 14:32:20 JST
Index: xoops2jp/html/kernel/XCube_Root.class.php diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.13 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.14 --- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.13 Mon Jun 5 19:55:00 2006 +++ xoops2jp/html/kernel/XCube_Root.class.php Thu Jun 22 14:32:20 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Root.class.php,v 1.1.2.13 2006/06/05 10:55:00 minahito Exp $ + * @version $Id: XCube_Root.class.php,v 1.1.2.14 2006/06/22 05:32:20 minahito Exp $ * @package XCube */ @@ -22,9 +22,14 @@ * @access private ? */ var $mLanguageManager = null; - + + /** + * @deprecated + */ var $mEventManager = null; + var $mDelegateManager = null; + var $mServiceManager = null; /** @@ -230,6 +235,27 @@ } /** + * Set the instance of the delegate manager. + * + * @param $delegateManager XCube_DelegateManager + * @return void + */ + function setDelegateManager(&$delegateManager) + { + $this->mDelegateManager =& $delegateManager; + } + + /** + * Return the instance of the delegate manager. + * + * @return XCube_DelegateManager + */ + function &getDelegateManager() + { + return $this->mDelegateManager; + } + + /** * Set the instance of the service manager. * * @param $languageManager XCube_ServiceManager