API17

API17:JUser:: construct

From Joomla! Documentation

Joomla 11.1 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).
  • Returns
  • Defined on line 161 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples