@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
| 207 | - * @return boolean true to post the inputs of the form on callback, default |
|
| 207 | + * @return string true to post the inputs of the form on callback, default |
|
| 208 | 208 | * is post the inputs on callback. |
| 209 | 209 | */ |
| 210 | 210 | public function getPostState() |
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | } |
| 223 | 223 | |
| 224 | 224 | /** |
| 225 | - * @return integer callback request timeout. |
|
| 225 | + * @return string callback request timeout. |
|
| 226 | 226 | */ |
| 227 | 227 | public function getRequestTimeOut() |
| 228 | 228 | { |
@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | } |
| 251 | 251 | |
| 252 | 252 | /** |
| 253 | - * @return boolean client-side viewstate will be updated on callback |
|
| 253 | + * @return boolean|string client-side viewstate will be updated on callback |
|
| 254 | 254 | * response if true. Default is true. |
| 255 | 255 | */ |
| 256 | 256 | public function getEnablePageStateUpdate() |