PHP 클래스 Authsome, spark_plug

파일 보기 프로젝트 열기: jedt/spark_plug 1 사용 예제들

공개 메소드들

메소드 설명
check ( $access = null )
get ( $field = null )
hash ( $password, $method = 'md5', $salt = false )
instance ( $setInstance = null )
login ( $type = 'credentials', $credentials = null )
logout ( )
persist ( $duration = '2 weeks' )

메소드 상세

check() 공개 정적인 메소드

public static check ( $access = null )

get() 공개 정적인 메소드

public static get ( $field = null )

hash() 공개 정적인 메소드

public static hash ( $password, $method = 'md5', $salt = false )

instance() 정적인 공개 메소드

static public instance ( $setInstance = null )

login() 공개 정적인 메소드

public static login ( $type = 'credentials', $credentials = null )

logout() 공개 정적인 메소드

public static logout ( )

persist() 공개 정적인 메소드

public static persist ( $duration = '2 weeks' )