PHP Class Model_Auth_User_Token, jelly-auth

Author: Kohana Team
Inheritance: extends ORM
ファイルを表示 Open project: raeldc/jelly-auth Class Usage Examples

Public Methods

Method 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 method

public create ( )

create_token() public method

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
return string

initialize() public static method

public static initialize ( Jelly_Meta $meta )
$meta Jelly_Meta

update() public method

public update ( )