]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
accessor for Widget's HTMLOutputter
authorEvan Prodromou <evan@status.net>
Wed, 7 Mar 2012 22:06:33 +0000 (16:06 -0600)
committerEvan Prodromou <evan@status.net>
Wed, 7 Mar 2012 22:06:33 +0000 (16:06 -0600)
lib/widget.php

index f9b71525598365a939933a57c3231228401a02dc..d068dea0f031b295a85fa73232c223abd437fb4e 100644 (file)
@@ -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.
      *