ICanBoogie
  • Documentation
  • API Reference
  • Mailer 1.1.x
Namespaces
  • ICanBoogie
    • Mailer
      • Header
Classes
  • AddressList
  • Bcc
  • Cc
  • ContentType
  • From
  • To
  • Value

Class AddressList

Representation of a addresses header.

ICanBoogie\Mailer\AddressList implements ArrayAccess, IteratorAggregate
┗ ICanBoogie\Mailer\Header\AddressList

Direct known subclasses

ICanBoogie\Mailer\Header\Bcc, ICanBoogie\Mailer\Header\Cc, ICanBoogie\Mailer\Header\From, ICanBoogie\Mailer\Header\To

Namespace: ICanBoogie\Mailer\Header
Located at Header/AddressList.php

Methods summary

public __toString( void ) : string

Returns a string representation of the instance.

Returns a string representation of the instance.

Note: The returned string is not suitable for a header field, use a Header\AddressList instance for that.

Returns

string

An address-list string that can be parsed by the ICanBoogie\Mailer\AddressList::parse() method.

Overrides

ICanBoogie\Mailer\AddressList::__toString

Methods inherited from ICanBoogie\Mailer\AddressList

__construct(), escape_display_name(), from(), getIterator(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), parse()

Properties summary

Properties inherited from ICanBoogie\Mailer\AddressList

$address_list

Mailer 1.1.x – Check on GitHub – API documentation generated by ApiGen