From: Sam Reed Date: Fri, 17 Jun 2011 15:07:51 +0000 (+0000) Subject: Add setOuput method X-Git-Tag: 1.31.0-rc.0~29471 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=98af1534a366fd71d64df826872809a455f19e09;p=lhc%2Fweb%2Fwiklou.git Add setOuput method --- 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 *