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

Référence de la classe plgAuthenticationGMail

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

plgAuthenticationGMail::onAuthenticate ( credentials,
options,
&$  response 
)

This method should handle any authentication and report back to the subject

public

Paramètres:
array$credentialsArray holding the user credentials
array$optionsArray of extra options
object$responseAuthentication response object
Renvoie:
boolean
Depuis:
1.5
plgAuthenticationGMail::plgAuthenticationGMail ( &$  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 :