diff options
author | wei <> | 2006-05-14 00:30:53 +0000 |
---|---|---|
committer | wei <> | 2006-05-14 00:30:53 +0000 |
commit | ae43fa72cdae13bace16a5b8250170e472bb2b87 (patch) | |
tree | 6efea16ae0773f5c739bff2cf643f54ba499e5c0 /framework/interfaces.php | |
parent | ddc3ea15bbfd0235fe90f3b2211bf4cc605e25d6 (diff) |
refactor active controls.
Diffstat (limited to 'framework/interfaces.php')
-rw-r--r-- | framework/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/interfaces.php b/framework/interfaces.php index fc830140..d87cc20f 100644 --- a/framework/interfaces.php +++ b/framework/interfaces.php @@ -317,9 +317,9 @@ interface ICallbackEventHandler public function raiseCallbackEvent($eventArgument);
/**
- * @return TCallbackClientSideOptions client-side options.
+ * @return TBaseActiveControl Active control properties.
*/
- public function getClientSide();
+ public function getActiveControl();
}
?>
\ No newline at end of file |