Changeset 1573
- Timestamp:
- 12/15/2006 10:06:52 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/framework/Web/THttpResponse.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/THttpResponse.php
r1568 r1573 326 326 * the current request will be inserted at the beginning. 327 327 */ 328 p ublicfunction httpRedirect($url)328 protected function httpRedirect($url) 329 329 { 330 330 if(!$this->getApplication()->getRequestCompleted()) … … 360 360 * Outputs the buffered content, sends content-type and charset header. 361 361 */ 362 p ublicfunction flushContent()362 protected function flushContent() 363 363 { 364 364 Prado::trace("Flushing output",'System.Web.THttpResponse'); … … 494 494 * @param ITextWriter text writer holding the contents. 495 495 */ 496 p ublicfunction createNewHtmlWriter($type, $writer)496 protected function createNewHtmlWriter($type, $writer) 497 497 { 498 498 return Prado::createComponent($type, $writer);
