| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 72 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
sfSecurityUser:: (6 méthodes):
addCredential()
clearCredentials()
hasCredential()
isAuthenticated()
removeCredential()
setAuthenticated()
Interface: sfSecurityUser - X-Ref
sfSecurityUser interface provides advanced security manipulation methods.| addCredential($credential) X-Ref |
| Add a credential to this user. param: mixed Credential data. return: void |
| clearCredentials() X-Ref |
| Clear all credentials associated with this user. return: void |
| hasCredential($credential) X-Ref |
| Indicates whether or not this user has a credential. param: mixed Credential data. return: bool true, if this user has the credential, otherwise false. |
| isAuthenticated() X-Ref |
| Indicates whether or not this user is authenticated. return: bool true, if this user is authenticated, otherwise false. |
| removeCredential($credential) X-Ref |
| Remove a credential from this user. param: mixed Credential data. return: void |
| setAuthenticated($authenticated) X-Ref |
| Set the authenticated status of this user. param: bool A flag indicating the authenticated status of this user. return: void |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |