API17:JUser::getInstance
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUser::getInstance
Description
Returns the global User object, only creating it if it doesn't already exist.
Description:JUser::getInstance [Edit Descripton]
Since
Synopsis
public static JUser::getInstance ($identifier=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $identifier | int | 0 | The user to load - Can be an integer or string - If string, it is converted to ID automatically. |
Returns
The User object.
Defined in
libraries/joomla/user/user.php
Referenced by
- JUserHelper::activateUser
- JFactory::getUser
- JUserHelper::getUserGroups
- JUserHelper::removeUserFromGroup
- JUserHelper::setUserGroups
See also
Examples
<CodeExamplesForm />
