API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe plgUserJoomla

Graphe d'héritage de plgUserJoomla:
Graphe de collaboration de plgUserJoomla:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

& plgUserJoomla::_getUser ( user,
options = array() 
)

This method will return a user object

If options['autoregister'] is true, if the user doesn't exist yet he will be created

public

Paramètres:
arrayholds the user data
arrayarray holding options (remember, autoregister, group)
Renvoie:
object A JUser object
Depuis:
1.5

Références $acl, $config, $id, $user, JFactory::getACL(), JComponentHelper::getParams(), JUserHelper::getUserId(), jimport(), params, et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :

plgUserJoomla::onAfterDeleteUser ( user,
succes,
msg 
)

Remove all sessions for the user name

Method is called after user data is deleted from the database

Paramètres:
arrayholds the user data
booleantrue if user was succesfully stored in the database
stringmessage

Références $db, $user, et JFactory::getDBO().

Voici le graphe d'appel pour cette fonction :

plgUserJoomla::onLoginUser ( user,
options = array() 
)

This method should handle any login logic and report back to the subject

public

Paramètres:
arrayholds the user data
arrayarray holding options (remember, autoregister, group)
Renvoie:
boolean True on success
Depuis:
1.5

Références $acl, $session, $user, JText::_(), JFactory::getACL(), JTable::getInstance(), JFactory::getSession(), JError::isError(), jimport(), JError::raiseWarning(), et JObject::set().

Voici le graphe d'appel pour cette fonction :

plgUserJoomla::onLogoutUser ( user,
options = array() 
)

This method should handle any logout logic and report back to the subject

public

Paramètres:
arrayholds the user data
arrayarray holding options (client, ...)
Renvoie:
object True on success
Depuis:
1.5

Références $session, $user, JTable::getInstance(), JFactory::getSession(), et JFactory::getUser().

Voici le graphe d'appel pour cette fonction :

plgUserJoomla::plgUserJoomla ( &$  subject,
config 
)

Constructor

For php4 compatability we must not use the __constructor as a constructor for plugins because func_get_args ( void ) returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the observer design pattern.

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

Références $config.


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