Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PlgUserProfile
+ Graphe d'héritage de PlgUserProfile:

Fonctions membres publiques

 onContentPrepareData ($context, $data)
 
 onContentPrepareForm (Form $form, $data)
 
 onUserBeforeSave ($user, $isnew, $data)
 
 onUserAfterSave ($data, $isNew, $result, $error)
 
 onUserAfterDelete ($user, $success, $msg)
 
- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 

Fonctions membres publiques statiques

static url ($value)
 
static calendar ($value)
 
static dob ($value)
 
static tos ($value)
 

Attributs protégés

 $app
 
 $db
 
 $autoloadLanguage = true
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Attributs privés

 $date = ''
 

Membres hérités additionnels

- Champs de données hérités de CMSPlugin
 $params = null
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Description détaillée

An example custom profile plugin.

Depuis
1.6

Documentation des fonctions membres

◆ calendar()

static calendar (   $value)
static

Returns html markup showing a date picker

Paramètres
string$valuevalid date string
Renvoie
mixed

Références $value, et null.

◆ dob()

static dob (   $value)
static

Returns the date of birth formatted and calculated using server timezone.

Paramètres
string$valuevalid date string
Renvoie
mixed

Références $value, et Text\_().

◆ onContentPrepareData()

onContentPrepareData (   $context,
  $data 
)

Runs on content preparation

Paramètres
string$contextThe context for the data
object$dataAn object containing the data for the form.
Renvoie
boolean
Depuis
1.6

Références $context, $data, $db, $query, $results, $userId, ParameterType\INTEGER, et null.

◆ onContentPrepareForm()

onContentPrepareForm ( Form  $form,
  $data 
)

Adds additional fields to the user editing form

Paramètres
Form$formThe form to be altered.
mixed$dataThe associated data for the form.
Renvoie
boolean
Depuis
1.6

Références $field, $fields, $form, $name, __DIR__, et elseif.

◆ onUserAfterDelete()

onUserAfterDelete (   $user,
  $success,
  $msg 
)

Remove all user profile information for the given user ID

Method is called after user data is deleted from the database

Paramètres
array$userHolds the user data
boolean$successTrue if user was successfully stored in the database
string$msgMessage
Renvoie
void

Références $db, $query, $user, $userId, ArrayHelper\getValue(), et ParameterType\INTEGER.

◆ onUserAfterSave()

onUserAfterSave (   $data,
  $isNew,
  $result,
  $error 
)

Saves user profile data

Paramètres
array$dataentered user data
boolean$isNewtrue if this is a new user
boolean$resulttrue if saving the user worked
string$errorerror message
Renvoie
void

Références $data, $date, $db, $key, $query, $result, $userId, ArrayHelper\getValue(), ParameterType\INTEGER, et ParameterType\STRING.

◆ onUserBeforeSave()

onUserBeforeSave (   $user,
  $isnew,
  $data 
)

Method is called before user data is stored in the database

Paramètres
array$userHolds the old user data.
boolean$isnewTrue if a new user is stored.
array$dataHolds the new user data.
Renvoie
boolean
Depuis
3.1
Exceptions
InvalidArgumentExceptionon invalid date.

Références $data, $date, $option, $task, Text\_(), et Date\getInstance().

◆ tos()

static tos (   $value)
static

Return the translated strings yes or no depending on the value

Paramètres
boolean$valueinput value
Renvoie
string

Références $value, et Text\_().

◆ url()

static url (   $value)
static

Returns an anchor tag generated from a given value

Paramètres
string$valueURL to use
Renvoie
mixed|string

Références $value.

Documentation des champs

◆ $app

$app
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $date

$date = ''
private

◆ $db

$db
protected

La documentation de cette classe a été générée à partir du fichier suivant :