Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage Joomla\CMS\User

Structures de données

interface  CurrentUserInterface
 
class  User
 
class  UserFactory
 
interface  UserFactoryInterface
 
class  UserHelper
 

Fonctions

 getCurrentUser ()
 
 setCurrentUser (User $currentUser)
 

Variables

trait CurrentUserTrait
 

Description détaillée

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Joomla! Content Management System

Documentation des fonctions

◆ getCurrentUser()

Joomla\CMS\User\getCurrentUser ( )
protected

Returns the current user, if none is set the identity of the global app is returned. This will change in 5.0 and an empty user will be returned.

Renvoie
User
Depuis
4.2.0

Références Factory\getApplication(), et Factory\getUser().

Référencé par HtmlView\addToolbar(), FormModel\checkin(), FormModel\checkout(), HtmlView\display(), HtmlView\getTagsTitle(), HtmlView\prepareDocument(), HtmlView\prepareToolbar(), et HtmlView\toolbar().

◆ setCurrentUser()

Joomla\CMS\User\setCurrentUser ( User  $currentUser)

Sets the current user.

Paramètres
User$currentUserThe current user object
Renvoie
void
Depuis
4.2.0

Documentation des variables

◆ CurrentUserTrait

trait CurrentUserTrait
Valeur initiale :
{
private $currentUser

Trait for classes which require a user to work with.

Depuis
4.2.0