Liste de tous les membres
Fonctions membres publiques statiques |
static | sendMail ($from, $fromname, $recipient, $subject, $body, $mode=0, $cc=null, $bcc=null, $attachment=null, $replyto=null, $replytoname=null) |
static | sendAdminMail ($adminName, $adminEmail, $email, $type, $title, $author, $url=null) |
static | getHash ($seed) |
static | getToken ($forceNew=false) |
static | parseAttributes ($string) |
static | isWinOS () |
static | dump (&$var, $htmlSafe=true) |
Documentation des fonctions membres
JUtility::array_unshift_ref |
( |
& |
$array, |
|
|
& |
$value |
|
) |
| |
static JUtility::dump |
( |
& |
$var, |
|
|
|
$htmlSafe = true |
|
) |
| |
|
static |
Method to dump the structure of a variable for debugging purposes
- Paramètres:
-
mixed | &$var | A variable |
boolean | $htmlSafe | True to ensure all characters are htmlsafe |
- Renvoie:
- string
- Obsolète:
- 12.1
- Depuis:
- 11.1
Références JLog\add(), et JLog\WARNING.
static JUtility::getHash |
( |
|
$seed | ) |
|
|
static |
static JUtility::getToken |
( |
|
$forceNew = false | ) |
|
|
static |
static JUtility::isWinOS |
( |
| ) |
|
|
static |
static JUtility::parseAttributes |
( |
|
$string | ) |
|
|
static |
JUtility::return_bytes |
( |
|
$val | ) |
|
static JUtility::sendAdminMail |
( |
|
$adminName, |
|
|
|
$adminEmail, |
|
|
|
$email, |
|
|
|
$type, |
|
|
|
$title, |
|
|
|
$author, |
|
|
|
$url = null |
|
) |
| |
|
static |
Sends mail to administrator for approval of a user submission
- Paramètres:
-
string | $adminName | Name of administrator |
string | $adminEmail | Email address of administrator |
string | $email | [NOT USED] |
string | $type | Type of item to approve |
string | $title | Title of item to approve |
string | $author | Author of item to approve |
string | $url | url |
- Renvoie:
- boolean True on success
- Obsolète:
- 12.1
- Voir également:
- JMail::sendAdminMail()
- Depuis:
- 11.1
Références $author, $title, $type, $url, JLog\add(), JFactory\getMailer(), et JLog\WARNING.
static JUtility::sendMail |
( |
|
$from, |
|
|
|
$fromname, |
|
|
|
$recipient, |
|
|
|
$subject, |
|
|
|
$body, |
|
|
|
$mode = 0 , |
|
|
|
$cc = null , |
|
|
|
$bcc = null , |
|
|
|
$attachment = null , |
|
|
|
$replyto = null , |
|
|
|
$replytoname = null |
|
) |
| |
|
static |
Mail function (uses phpMailer)
- Paramètres:
-
string | $from | From email address |
string | $fromname | From name |
mixed | $recipient | Recipient email address(es) |
string | $subject | Email subject |
string | $body | Message body |
boolean | $mode | False = plain text, true = HTML |
mixed | $cc | CC email address(es) |
mixed | $bcc | BCC email address(es) |
mixed | $attachment | Attachment file name(s) |
mixed | $replyto | Reply to email address(es) |
mixed | $replytoname | Reply to name(s) |
- Renvoie:
- boolean True on success
- Obsolète:
- 12.1
- Voir également:
- JMail::sendMail()
- Depuis:
- 11.1
Références $mode, JLog\add(), JFactory\getMailer(), et JLog\WARNING.
La documentation de cette classe a été générée à partir du fichier suivant :