Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DatabaseInterface $db) | |
loadUserById (int $id) | |
loadUserByUsername (string $username) | |
Attributs privés | |
$db | |
Default factory for creating User objects
__construct | ( | DatabaseInterface | $db | ) |
loadUserById | ( | int | $id | ) |
Method to get an instance of a user for the given id.
int | $id | The id |
Implémente UserFactoryInterface.
Références User\$id.
loadUserByUsername | ( | string | $username | ) |
Method to get an instance of a user for the given username.
string | $username | The username |
Implémente UserFactoryInterface.
Références $query, User\$username, et User\bind().
|
private |