Property | Type | Description | |
---|---|---|---|
$_common_name | string | The common name. | |
$_mail | string | The mail address. |
Method | Description | |
---|---|---|
__construct ( string $mail, string $common_name ) | Constructor. | |
getCommonName ( ) : string | Retrieve the common name of the resource. | |
getFrom ( ) : string | Retrieve the "From" address for this resource. | |
getMailAddress ( ) : string | Retrieve the mail address of the resource. | |
getReplyTo ( ) : string | Retrieve the reply-to address for the resource. |
public __construct ( string $mail, string $common_name ) | ||
string | The mail address. | |
$common_name | string | The common name. |
public getCommonName ( ) : string | ||
return | string | The common name. |
public getMailAddress ( ) : string | ||
return | string | The mail address. |
public getReplyTo ( ) : string | ||
return | string | The reply-to address. |