summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r--framework/Web/UI/TPage.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php
index 31c80320..c72cdd03 100644
--- a/framework/Web/UI/TPage.php
+++ b/framework/Web/UI/TPage.php
@@ -323,25 +323,6 @@ class TPage extends TTemplateControl
}
/**
- * Gets the callback response handler that permits changing the callback
- * response headers and contents.
- * @return TCallbackResponse callback response handler.
- */
- public function getCallbackResponse()
- {
- return $this->getAdapter()->getCallbackResponseHandler();
- }
-
- /**
- * Set a new callback respond handler.
- * @param TCallbackResponse a different callback response handler.
- */
- public function setCallbackResponse($responder)
- {
- $this->getAdapter()->setCallbackResponseHandler($responder);
- }
-
- /**
* Gets the callback client script handler that allows javascript functions
* to be executed during the callback response.
* @return TCallbackClientScript interface to client-side javascript code.