id can be a string or an integer. If it is a string it will be assumed that it is a
username, and if it is an integer it will be assumed that it is a user's ID. To get a reference to
the current user object, use JFactory::getUser().
Parameters [id] User's ID or username
Returns Reference to a JUser object
getParam( key : string, default : mixed=null) : mixed
Gets a user's parameter from the _params property. If the parameter does not exist, the
value of default will be returned.
Parameters key Name of the parameter
[default] Default value
Returns Value of the parameter, or default value if the parameter does not exist
&getParameters( ) : JParameter
Gets a refernce to the user's parameters (_params property).
Returns Reference to the user's parameters
&getTable( ) : JTableUser
Gets a reference to a new JTableUser object loaded with the current user's details.
Returns Reference to a new JTableUser object
load( id : int ) : boolean
Loads a user based on their ID. On failure, a warning will be raised.
Pages:
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517