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

Fonctions membres publiques

 onUserAfterSave ($user, $isnew, $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 protégées

 generateAliasAndName ($alias, $name, $categoryId)
 
 getContactTable ()
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Attributs protégés

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

Membres hérités additionnels

- Champs de données hérités de CMSPlugin
 $params = null
 

Description détaillée

Class for Contact Creator

A tool to automatically create and synchronise contacts with a user

Depuis
1.6

Documentation des fonctions membres

◆ generateAliasAndName()

generateAliasAndName (   $alias,
  $name,
  $categoryId 
)
protected

Method to change the name & alias if alias is already in use

Paramètres
string$aliasThe alias.
string$nameThe name.
integer$categoryIdCategory identifier
Renvoie
array Contains the modified title and alias.
Depuis
3.2.3

Références $name.

◆ getContactTable()

getContactTable ( )
protected

Get an instance of the contact table

Renvoie
ContactTable|null
Depuis
3.2.3

◆ onUserAfterSave()

onUserAfterSave (   $user,
  $isnew,
  $success,
  $msg 
)

Utility method to act on a user after it has been saved.

This method creates a contact for the saved user

Paramètres
array$userHolds the new user data.
boolean$isnewTrue if a new user is stored.
boolean$successTrue if user was successfully stored in the database.
string$msgMessage.
Renvoie
void
Depuis
1.6

Try to pre-load a contact for this user. Apparently only possible if other plugin creates it Note: $user_id is cleaned above

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

Documentation des champs

◆ $app

$app
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $db

$db
protected

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