Elgg
Version 2.3
|
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... | |
TODO(ewinslow): Contribute something like this back to Zend project.
private
Definition at line 9 of file Address.php.
|
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.
string | $contact | e.g. "Evan <evan@elgg.org>" |
Definition at line 19 of file Address.php.