From b4761545bec983cefba178095e0623ade3ff85c7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 11 Nov 2010 13:59:14 -0700 Subject: [PATCH] phpdoc --- framework/Util/lib/Horde/Domhtml.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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() { -- 2.11.0