PHP Класс Model_Auth_User_Token, jelly-auth

Автор: Kohana Team
Наследование: extends ORM
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( )

Описание методов

create() публичный Метод

public create ( )

create_token() публичный Метод

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
Результат string

initialize() публичный статический Метод

public static initialize ( Jelly_Meta $meta )
$meta Jelly_Meta

update() публичный Метод

public update ( )