Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface UserFactoryInterface
+ Graphe d'héritage de UserFactoryInterface:

Fonctions membres publiques

 loadUserById (int $id)
 
 loadUserByUsername (string $username)
 

Description détaillée

Interface defining a factory which can create User objects

Depuis
4.0.0

Documentation des fonctions membres

◆ loadUserById()

loadUserById ( int  $id)

Method to get an instance of a user for the given id.

Paramètres
int$idThe id
Renvoie
User
Depuis
4.0.0

Implémenté dans UserFactory.

◆ loadUserByUsername()

loadUserByUsername ( string  $username)

Method to get an instance of a user for the given username.

Paramètres
string$usernameThe username
Renvoie
User
Depuis
4.0.0

Implémenté dans UserFactory.


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