Elgg  Version 2.3
Static Public Member Functions | List of all members
Elgg\Mail\Address Class Reference

TODO(ewinslow): Contribute something like this back to Zend project. More...

Static Public Member Functions

static fromString ($contact)
 Parses strings like "Evan <evan@elgg.org>" into name/email objects. More...
 

Detailed Description

TODO(ewinslow): Contribute something like this back to Zend project.

private

Definition at line 9 of file Address.php.

Member Function Documentation

static Elgg\Mail\Address::fromString (   $contact)
static

Parses strings like "Evan <evan@elgg.org>" into name/email objects.

This is not very sophisticated and only used to provide a light BC effort.

Parameters
string$contacte.g. "Evan <evan@elgg.org>"
Returns

Definition at line 19 of file Address.php.


The documentation for this class was generated from the following file: