PHP Class IMP_Dynamic_AddressList, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
parseAddressList ( string $json ) : Horde_Mail_Rfc822_List Parse an address list created by the dynamic view JS code.

Method Details

parseAddressList() public method

Parse an address list created by the dynamic view JS code.
public parseAddressList ( string $json ) : Horde_Mail_Rfc822_List
$json string JSON input code.
return Horde_Mail_Rfc822_List A list of addresses.