summaryrefslogtreecommitdiff
path: root/framework/interfaces.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/interfaces.php')
-rw-r--r--framework/interfaces.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/interfaces.php b/framework/interfaces.php
index eb9084b3..fc830140 100644
--- a/framework/interfaces.php
+++ b/framework/interfaces.php
@@ -315,6 +315,11 @@ interface ICallbackEventHandler
* @param TCallbackEventParameter the parameter associated with the callback event
*/
public function raiseCallbackEvent($eventArgument);
+
+ /**
+ * @return TCallbackClientSideOptions client-side options.
+ */
+ public function getClientSide();
}
?> \ No newline at end of file