![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de MailtoModelMailto:Fonctions membres publiques | |
| getForm ($data=array(), $loadData=true) | |
| getData () | |
Fonctions membres protégées | |
| loadFormData () | |
Mailto model class.
| getData | ( | ) |
| getForm | ( | $data = array(), |
|
$loadData = true |
|||
| ) |
Method to get the mailto form.
The base form is loaded from XML and then an event is fired for users plugins to extend the form with extra fields.
| 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 $app, $data, $user, et JError\raiseError().