Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe plgUserProfile
+ Graphe d'héritage de plgUserProfile:
+ Graphe de collaboration de plgUserProfile:

Liste de tous les membres

Fonctions membres publiques

 __construct (&$subject, $config)
 onContentPrepareData ($context, $data)
 onContentPrepareForm ($form, $data)
 onUserAfterSave ($data, $isNew, $result, $error)
 onUserAfterDelete ($user, $success, $msg)
- Fonctions membres publiques inherited from JPlugin
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres publiques statiques

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

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des constructeurs et destructeur

plgUserProfile::__construct ( $subject,
  $config 
)

Constructor

protected

Paramètres:
object$subjectThe object to observe
array$configAn array that holds the plugin configuration
Depuis:
1.5

Réimplémentée à partir de JPlugin.

Références $config, et JFormHelper\addFieldPath().

+ Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

static plgUserProfile::calendar (   $value)
static

Références JHtml\_(), et null.

+ Voici le graphe d'appel pour cette fonction :

plgUserProfile::onContentPrepareData (   $context,
  $data 
)
Paramètres:
string$contextThe context for the data
int$dataThe user id
object
Renvoie:
boolean
Depuis:
1.6

Références $data, $db, $userId, JFactory\getDbo(), JHtml\isRegistered(), null, et JHtml\register().

+ Voici le graphe d'appel pour cette fonction :

plgUserProfile::onContentPrepareForm (   $form,
  $data 
)
Paramètres:
JForm$formThe form to be altered.
array$dataThe associated data for the form.
Renvoie:
boolean
Depuis:
1.6

Références $field, $fields, $name, JForm\addFormPath(), et elseif.

+ Voici le graphe d'appel pour cette fonction :

plgUserProfile::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 succesfully stored in the database
string$msgMessage

Références $db, $user, $userId, JFactory\getDbo(), et JArrayHelper\getValue().

+ Voici le graphe d'appel pour cette fonction :

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

Références $data, $date, $db, $userId, JFactory\getDbo(), et JArrayHelper\getValue().

+ Voici le graphe d'appel pour cette fonction :

static plgUserProfile::tos (   $value)
static

Références JText\_().

+ Voici le graphe d'appel pour cette fonction :

static plgUserProfile::url (   $value)
static

Références JHtml\_().

+ Voici le graphe d'appel pour cette fonction :


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