@@ -201,6 +201,7 @@ discard block |
||
201 | 201 | * method, be sure to call the parent implementation so that the event |
202 | 202 | * handler can be invoked. |
203 | 203 | * @param TCallbackEventParameter event parameter to be passed to the event handlers |
204 | + * @param TAutoCompleteEventParameter $param |
|
204 | 205 | */ |
205 | 206 | public function onSuggest($param) |
206 | 207 | { |
@@ -213,6 +214,7 @@ discard block |
||
213 | 214 | * method, be sure to call the parent implementation so that the event |
214 | 215 | * handler can be invoked. |
215 | 216 | * @param TCallbackEventParameter event parameter to be passed to the event handlers |
217 | + * @param TAutoCompleteEventParameter $param |
|
216 | 218 | */ |
217 | 219 | public function onSuggestionSelected($param) |
218 | 220 | { |