JUser/1.5
From Joomla! Documentation
[Edit Descripton] Description:JUser
Defined in
libraries/joomla/user/user.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor activating the default information of the language. |
| authorize | Method to check object authorization against an access control object and optionally an access extension object. |
| bind | Method to bind an associative array of data to a user object. |
| defParam | Method to set a default parameter if it does not exist. |
| delete | Method to delete the object from the database. |
| getInstance | Returns a reference to the global User object, only creating it if it doesn't already exist. |
| getParam | Method to get a parameter value. |
| getParameters | Method to get the user parameters. |
| getTable | Method to get the user table object. |
| load | Method to load a object by user id number. |
| save | Method to save the object to the database. |
| setLastVisit | Pass through method to the table for setting the last visit date. |
| setParam | Method to set a parameter. |
| setParameters | Method to get the user parameters. |
Importing
jimport( 'joomla.user.user' );
See also
Examples
<CodeExamplesForm />