From f76f11a2cb228b4161bd84d9856c148cb49f1bd7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 3 Dec 2006 22:57:44 +0000 Subject: added cache dependency classes. --- framework/interfaces.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'framework/interfaces.php') diff --git a/framework/interfaces.php b/framework/interfaces.php index e5da7bcd..d0e5c6aa 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -229,6 +229,8 @@ interface ICache * This interface must be implemented by classes meant to be used as * cache dependencies. * + * Classes implementing this interface must support serialization and unserialization. + * * @author Qiang Xue * @version $Id$ * @package System @@ -282,9 +284,9 @@ interface IBindable /** * IActiveControl interface. - * + * * Active controls must implement IActiveControl interface. - * + * * @author Wei Zhuo * @version $Id$ * @package System @@ -295,15 +297,15 @@ interface IActiveControl /** * @return TBaseActiveControl Active control properties. */ - public function getActiveControl(); + public function getActiveControl(); } /** * ICallbackEventHandler interface. - * + * * If a control wants to respond to callback event, it must implement this * interface. - * + * * @author Wei Zhuo * @version $Id$ * @package System -- cgit v1.2.3