From: Michael M Slusarz Date: Thu, 9 Sep 2010 21:28:45 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=81149af27e661b591c9ab6504a27101b63634677;p=horde.git phpdoc --- diff --git a/framework/Mime/lib/Horde/Mime/Headers.php b/framework/Mime/lib/Horde/Mime/Headers.php index fe07525c4..24af6b0d5 100644 --- a/framework/Mime/lib/Horde/Mime/Headers.php +++ b/framework/Mime/lib/Horde/Mime/Headers.php @@ -399,7 +399,7 @@ class Horde_Mime_Headers * VALUE_STRING - Returns a string representation of the entire header. * VALUE_BASE - Returns a string representation of the base value of the * header. If this is not a header that allows parameters, - * this will be equivalent to VALUE_BASE. + * this will be equivalent to VALUE_STRING. * VALUE_PARAMS - Returns the list of parameters for this header. If this * is not a header that allows parameters, this will be * an empty array. @@ -540,6 +540,7 @@ class Horde_Mime_Headers * @param string $field The header to return as an object. * * @return array The object for the field requested. + * @see Horde_Mime_Address::parseAddressList() */ public function getOb($field) {