PHP Interface IMP_Flag_Match_Address, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
matchAddress ( mixed $data ) : boolean Set flag by doing address matching.

Method Details

matchAddress() public méthode

Set flag by doing address matching.
public matchAddress ( mixed $data ) : boolean
$data mixed Either a list of addresses (Horde_Mail_Rfc822_List) or the identity that matched the address list.
Résultat boolean True if the flag should be set. False if the flag should never be set. Null if flag should not be set, but could be set by other matching interfaces.