From: Michael M Slusarz Date: Thu, 11 Nov 2010 20:59:14 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b4761545bec983cefba178095e0623ade3ff85c7;p=horde.git phpdoc --- diff --git a/framework/Util/lib/Horde/Domhtml.php b/framework/Util/lib/Horde/Domhtml.php index 82b4ab40e..93410f0af 100644 --- a/framework/Util/lib/Horde/Domhtml.php +++ b/framework/Util/lib/Horde/Domhtml.php @@ -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() {