API17:JUser:: construct
From Joomla! Documentation
JUser::__construct
Description
Constructor activating the default information of the language.
public function __construct ($identifier=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $identifier | int | 0 | The primary key of the user to load (optional). |
See also
JUser::__construct source code on BitBucket
Class JUser
Subpackage User- Other versions of JUser::__construct
User contributed notes
Code Examples