UserFactoryInterface

Interface defining a factory which can create User objects

since

4.0.0

package

Joomla CMS

Methods

loadUserById

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

loadUserById( id) : \Joomla\CMS\User\User
since

4.0.0

Arguments

id

intThe id

Response

User

loadUserByUsername

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

loadUserByUsername( username) : \Joomla\CMS\User\User
since

4.0.0

Arguments

username

stringThe username

Response

User