From: Evan Prodromou Date: Wed, 7 Mar 2012 22:06:33 +0000 (-0600) Subject: accessor for Widget's HTMLOutputter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e01db2c92cea0bf1fa1520c5a5e1d94cb4b42ce;p=quix0rs-gnu-social.git accessor for Widget's HTMLOutputter --- diff --git a/lib/widget.php b/lib/widget.php index f9b7152559..d068dea0f0 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -80,6 +80,19 @@ class Widget { } + /** + * Get HTMLOutputter + * + * Return the HTMLOutputter for the widget. + * + * @return HTMLOutputter the output helper + */ + + function getOut() + { + return $this->out; + } + /** * Delegate output methods to the outputter attribute. *