]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/widget.php
Type testing instead of just empty() in OStatusPlugin
[quix0rs-gnu-social.git] / 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.
      *