PHP Class Model_Auth_User_Token, jelly-auth

Author: Kohana Team
Inheritance: extends ORM
Afficher le fichier Open project: raeldc/jelly-auth Class Usage Examples

Méthodes publiques

Méthode Description
create ( )
create_token ( ) : string Finds a new unique token, using a loop to make sure that the token does not already exist in the database. This could potentially become an infinite loop, but the chances of that happening are very unlikely.
initialize ( Jelly_Meta $meta )
update ( )

Method Details

create() public méthode

public create ( )

create_token() public méthode

Finds a new unique token, using a loop to make sure that the token does not already exist in the database. This could potentially become an infinite loop, but the chances of that happening are very unlikely.
public create_token ( ) : string
Résultat string

initialize() public static méthode

public static initialize ( Jelly_Meta $meta )
$meta Jelly_Meta

update() public méthode

public update ( )