Method | Description | |
---|---|---|
createNewHtmlWriter ( $type, $response ) | Returns a new instance of THtmlWriter. | |
flushContent ( ) | Flushes the contents in the writers. | |
getRedirectedUrl ( ) : string | ||
getResponseData ( ) : mixed | ||
httpRedirect ( $url ) | Delay the redirect until we process the rest of the page. | |
setResponseData ( $data ) |
public createNewHtmlWriter ( $type, $response ) |
public getRedirectedUrl ( ) : string | ||
return | string | new url for callback response to redirect to. |
public getResponseData ( ) : mixed | ||
return | mixed | callback response data. |
public httpRedirect ( $url ) |