@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | } |
200 | 200 | |
201 | 201 | /** |
202 | - * @return boolean true to post the inputs of the form on callback, default |
|
202 | + * @return string true to post the inputs of the form on callback, default |
|
203 | 203 | * is post the inputs on callback. |
204 | 204 | */ |
205 | 205 | public function getPostState() |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | } |
218 | 218 | |
219 | 219 | /** |
220 | - * @return integer callback request timeout. |
|
220 | + * @return string callback request timeout. |
|
221 | 221 | */ |
222 | 222 | public function getRequestTimeOut() |
223 | 223 | { |
@@ -261,6 +261,7 @@ discard block |
||
261 | 261 | * update. This will automatically set HasPrority to true. |
262 | 262 | * @param boolean true enables the callback response to update the |
263 | 263 | * viewstate. |
264 | + * @param boolean $value |
|
264 | 265 | */ |
265 | 266 | public function setEnablePageStateUpdate($value) |
266 | 267 | { |
@@ -269,7 +270,7 @@ discard block |
||
269 | 270 | } |
270 | 271 | |
271 | 272 | /** |
272 | - * @return boolean client-side viewstate will be updated on callback |
|
273 | + * @return boolean|string client-side viewstate will be updated on callback |
|
273 | 274 | * response if true. Default is true. |
274 | 275 | */ |
275 | 276 | public function getEnablePageStateUpdate() |