diff options
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 |