Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402]
Copyright 2014-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Copyright: | 2014-2017 Horde LLC |
License: | http://www.horde.org/licenses/lgpl21 LGPL 2.1 |
File Size: | 185 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Mime_Headers_Element:: (9 methods):
__construct()
__get()
setValue()
sendEncode()
_sendEncode()
_sanityCheck()
isDefault()
getHandles()
getIterator()
Class: Horde_Mime_Headers_Element - X-Ref
This class represents a single header element.__construct($name, $value) X-Ref |
Constructor. param: string $name Header name. param: mixed $value Header value(s). |
__get($name) X-Ref |
No description |
setValue($value) X-Ref |
Set the value of the header. param: mixed $value Header value(s). |
sendEncode(array $opts = array() X-Ref |
Returns the encoded string value(s) needed when sending the header text to a RFC compliant mail submission server. param: array $opts Additional options: return: array An array of string values. |
_sendEncode($opts) X-Ref |
TODO |
_sanityCheck($data) X-Ref |
Perform sanity checking on a header value. param: string $data The header data. return: string The cleaned header data. |
isDefault() X-Ref |
If true, indicates the contents of the header is the default value. return: boolean True if this header is the default value. |
getHandles() X-Ref |
Return list of explicit header names handled by this driver. return: array Header list. |
getIterator() X-Ref |
No description |