\Horde_Mime_Headers_Element_Address

An interface to indicate that the header element represents e-mail address data (RFC 5322).

Summary

Methods
Constants
getAddressList()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getAddressList()

getAddressList(boolean  $first = false) : mixed

Return the address list representation(s) for this header.

Parameters

boolean $first

If true, return only the first element rather than the entire list.

Returns

mixed —

A Horde_Mail_Rfc822_List object (if $first is true) or an array of those objects.