diff options
author | wei <> | 2006-06-17 01:55:05 +0000 |
---|---|---|
committer | wei <> | 2006-06-17 01:55:05 +0000 |
commit | b3ceed048bb533a00bbea542f7c12b49c8c83d9b (patch) | |
tree | 97962fc3cb6746ae404c4f1d0095834bbb0e1ac7 /framework/interfaces.php | |
parent | 6c0154fb4e292ad22667e618f598a37cc5f9d524 (diff) |
Update changes to active controls, add FT tests for active controls, add comments.
Diffstat (limited to 'framework/interfaces.php')
-rw-r--r-- | framework/interfaces.php | 10 |
1 files changed, 4 insertions, 6 deletions
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 |