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 | |
__construct (& $subject, $config) | |
onContentPrepareData ($context, $data) | |
onContentPrepareForm (Form $form, $data) | |
onUserBeforeSave ($user, $isnew, $data) | |
onUserAfterSave ($data, $isNew, $result, $error) | |
onUserAfterDelete ($user, $success, $msg) | |
Fonctions membres publiques statiques | |
static | url ($value) |
static | calendar ($value) |
static | dob ($value) |
static | tos ($value) |
Attributs protégés | |
$autoloadLanguage = true | |
Attributs privés | |
$date = '' | |
An example custom profile plugin.
__construct | ( | & | $subject, |
$config | |||
) |
|
static |
|
static |
Returns the date of birth formatted and calculated using server timezone.
string | $value | valid date string |
Références $value.
onContentPrepareData | ( | $context, | |
$data | |||
) |
onContentPrepareForm | ( | Form | $form, |
$data | |||
) |
onUserAfterDelete | ( | $user, | |
$success, | |||
$msg | |||
) |
onUserAfterSave | ( | $data, | |
$isNew, | |||
$result, | |||
$error | |||
) |
onUserBeforeSave | ( | $user, | |
$isnew, | |||
$data | |||
) |
Method is called before user data is stored in the database
array | $user | Holds the old user data. |
boolean | $isnew | True if a new user is stored. |
array | $data | Holds the new user data. |
InvalidArgumentException | on invalid date. |
|
static |
Return the translated strings yes or no depending on the value
boolean | $value | input value |
Références $value.
|
static |
Returns an anchor tag generated from a given value
string | $value | URL to use |
Références $value, et htmlspecialchars.
|
protected |
|
private |