UserFactory
Implements UserFactoryInterfaceDefault factory for creating User objects
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
UserFactory constructor.
__construct(\Joomla\Database\DatabaseInterface db) : mixed
Arguments
- db
\Joomla\Database\DatabaseInterface
The database
Response
mixed
loadUserById
Method to get an instance of a user for the given id.
loadUserById(int id) : \Joomla\CMS\User\User
since |
4.0.0 |
---|
Arguments
- id
int
The id
Response
\Joomla\CMS\User\User
loadUserByUsername
Method to get an instance of a user for the given username.
loadUserByUsername(string username) : \Joomla\CMS\User\User
since |
4.0.0 |
---|
Arguments
- username
string
The username
Response
\Joomla\CMS\User\User
Properties
db
The database.
Type(s)
\Joomla\Database\DatabaseInterface