Basic class describing users existing in the system. More...
Inherited by ImportedUser.
Public Member Functions | |
| & | getSetting ($name, $pressId=null) |
| & | getSettings ($pressId=null) |
| updateSetting ($name, $value, $type=null, $pressId=null) | |
Basic class describing users existing in the system.
Definition at line 19 of file User.inc.php.
| & User.getSetting | ( | $ | name, | |
| $ | pressId = null | |||
| ) |
Retrieve a user setting value.
| $name | ||
| $pressId | int |
Definition at line 42 of file User.inc.php.
| & User.getSettings | ( | $ | pressId = null |
) |
Retrieve array of user settings.
| pressId | int |
Definition at line 30 of file User.inc.php.
| User.updateSetting | ( | $ | name, | |
| $ | value, | |||
| $ | type = null, |
|||
| $ | pressId = null | |||
| ) |
Set a user setting value.
| $name | string | |
| $value | mixed | |
| $type | string optional |
Definition at line 54 of file User.inc.php.
1.7.1