Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Interface.IMailRecipient.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 
7 interface IMailRecipient {
8  /**
9  * return a RFC822-compliant mail address like "john" <john@example.net>
10  * @return string
11  */
12  public function getMail();
13 
14  /**
15  * return a mail address in a user-friendly representation, which
16  * might not be RFC822-compliant.
17  * (e.g. "John Doe (john.doe (at) EXAMPLE.NET)")
18  * @return string
19  */
20  public function getMailTitle();
21  /**
22  * return attribute used to filter from keyword
23  * @return string
24  */
25  public static function getMailAttribute();
26 }
27 
static getMailAttribute()
← centre documentaire © anakeen