Creates an encoded email address, including proper html-tags
static public email ( string $email, string $text = false, string $title = false, string $class = false ) : string | ||
string | The email address | |
$text | string | Specify a text for the email link. If false the email address will be used |
$title | string | An optional title for the html tag. |
$class | string | An optional class name for the html tag. |
return | string |