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