phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Nov 2010 20:59:14 +0000 (13:59 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Nov 2010 20:59:14 +0000 (13:59 -0700)
framework/Util/lib/Horde/Domhtml.php

index 82b4ab4..93410f0 100644 (file)
@@ -39,8 +39,10 @@ class Horde_Domhtml
     protected $_origCharset;
 
     /**
-     * @param string $text
-     * @param string $charset
+     * Constructor.
+     *
+     * @param string $text     The text of the HTML document.
+     * @param string $charset  The charset of the HTML document.
      *
      * @throws Exception
      */
@@ -76,7 +78,9 @@ class Horde_Domhtml
     }
 
     /**
-     * @return string
+     * Returns the full HTML text in the original charset.
+     *
+     * @return string  HTML text.
      */
     public function returnHtml()
     {