Inheritance diagram for ImportedUser:

Public Member Functions | |
| addRole (&$role) | |
| & | getRoles () |
| getUnencryptedPassword () | |
| ImportedUser () | |
| setUnencryptedPassword ($unencryptedPassword) | |
Public Attributes | |
| $roles | |
Definition at line 378 of file UserXMLParser.inc.php.
| ImportedUser.addRole | ( | &$ | role | ) |
Add a new role to this user.
| $role | Role |
Definition at line 411 of file UserXMLParser.inc.php.
| & ImportedUser.getRoles | ( | ) |
| ImportedUser.getUnencryptedPassword | ( | ) |
Get the user's unencrypted password.
Definition at line 403 of file UserXMLParser.inc.php.
| ImportedUser.ImportedUser | ( | ) |
Constructor.
Definition at line 386 of file UserXMLParser.inc.php.
| ImportedUser.setUnencryptedPassword | ( | $ | unencryptedPassword | ) |
Set the unencrypted form of the user's password.
| $unencryptedPassword | string |
Definition at line 395 of file UserXMLParser.inc.php.
1.4.7