From 98af1534a366fd71d64df826872809a455f19e09 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 17 Jun 2011 15:07:51 +0000 Subject: [PATCH] Add setOuput method --- includes/RequestContext.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/RequestContext.php b/includes/RequestContext.php index 4221299288..3ea083581e 100644 --- a/includes/RequestContext.php +++ b/includes/RequestContext.php @@ -85,6 +85,13 @@ class RequestContext { return $this->mTitle; } + /** + * @param $o OutputPage + */ + public function setOutput( OutputPage $o ) { + $this->mOutput = $o; + } + /** * Get the OutputPage object * -- 2.20.1