PHP 클래스 Model_Auth_User_Token, jelly-auth

저자: Kohana Team
상속: extends ORM
파일 보기 프로젝트 열기: raeldc/jelly-auth 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )