Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
loadUserById (int $id) | |
loadUserByUsername (string $username) | |
Interface defining a factory which can create User objects
loadUserById | ( | int | $id | ) |
Method to get an instance of a user for the given id.
int | $id | The id |
Implémenté dans UserFactory.
loadUserByUsername | ( | string | $username | ) |
Method to get an instance of a user for the given username.
string | $username | The username |
Implémenté dans UserFactory.