Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getForm ($data=array(), $loadData=true) | |
send () | |
Fonctions membres protégées | |
loadFormData () | |
preprocessForm (JForm $form, $data, $group='user') | |
Users mail model.
getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the row form.
array | $data | An optional array of data for the form to interrogate. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
Références $form.
|
protected |
Method to get the data that should be injected in the form.
Références $data.
|
protected |
send | ( | ) |
Send the email
Fill the data (specially for the 'mode', 'group' and 'bcc': they could not exist in the array when the box is not checked and in this case, the default value would be used instead of the '0' one)
Références $app, PHPMailer\$bcc, $data, $db, $disabled, $mode, $params, $query, $rows, $subject, PHPMailer\$to, $user, elseif, et PHPMailer\setError().