blob: a05c20c78e499635363094cec13b6c139a0952d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/*
* Created on 29/04/2006
*/
// See TActivePageAdapter::renderResponse()
//TODO: How to render the response, it will contain 3 pieces of data
// 1) The arbituary data returned to the client-side callback handler
// 2) client-side function call statements
// 3) Content body, which may need to be partitioned
class TCallbackResponse extends THttpResponse
{
}
?>
|