From b3ceed048bb533a00bbea542f7c12b49c8c83d9b Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 17 Jun 2006 01:55:05 +0000 Subject: Update changes to active controls, add FT tests for active controls, add comments. --- framework/interfaces.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'framework/interfaces.php') diff --git a/framework/interfaces.php b/framework/interfaces.php index d87cc20f..b28d3881 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -292,7 +292,10 @@ interface IBindable */ interface IActiveControl { - + /** + * @return TBaseActiveControl Active control properties. + */ + public function getActiveControl(); } /** @@ -315,11 +318,6 @@ interface ICallbackEventHandler * @param TCallbackEventParameter the parameter associated with the callback event */ public function raiseCallbackEvent($eventArgument); - - /** - * @return TBaseActiveControl Active control properties. - */ - public function getActiveControl(); } ?> \ No newline at end of file -- cgit v1.2.3