Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | cleanLine ($value) |
static | cleanText ($value) |
static | cleanBody ($body) |
static | cleanSubject ($subject) |
static | cleanAddress ($address) |
static | isEmailAddress ($email) |
Définition à la ligne 22 du fichier helper.php.
|
static |
Verifies that an email address does not have any extra headers injected into it.
string | $address | email address. |
Définition à la ligne 92 du fichier helper.php.
|
static |
Cleans any injected headers from the email body.
string | $body | email body string. |
Définition à la ligne 63 du fichier helper.php.
|
static |
Cleans single line inputs.
string | $value | String to be cleaned. |
Définition à la ligne 33 du fichier helper.php.
Références JStringPunycode\emailToPunycode().
Référencé par JMail\add(), JFactory\createMailer(), JMail\setSender(), et JMail\setSubject().
|
static |
Cleans any injected headers from the subject string.
string | $subject | email subject string. |
Définition à la ligne 78 du fichier helper.php.
|
static |
Cleans multi-line inputs.
string | $value | Multi-line string to be cleaned. |
Définition à la ligne 49 du fichier helper.php.
Référencé par JMail\setBody().
|
static |
Verifies that the string is in a proper email address format.
string | String to be verified. |
Définition à la ligne 111 du fichier helper.php.
Références JStringPunycode\toPunycode().
Référencé par JTableUser\check().