Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

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: 181 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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