PHP 클래스 AmyUser, aprilchild

Built on the technologies developed and maintained by April-Child.com Copyright (c)2007,2008 Petr Krontorad, April-Child.com. Author: Petr Krontorad, [email protected] All rights reserved. ------------------------------------------------------------------------------------------ User and session management library ------------------------------------------------------------------------------------------
상속: extends AmyObject
파일 보기 프로젝트 열기: aprilchild/aprilchild 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$credentials
$service
$userId
$username

공개 메소드들

메소드 설명
authorize ( $username, $password = null, $service = 'amy' )
create_session ( )
is_authorized ( )
is_default ( )
load ( $userId )
load_from_session ( $session )
make_default ( )
register ( $username, $password = null, $service = 'amy', $credentials = [] )
save ( )

비공개 메소드들

메소드 설명
copy_dir ( $src_path, $target_path )
load_user_info ( $row = [] )
save_user_to_session ( $session )
setup_support_dir ( )

메소드 상세

authorize() 공개 메소드

public authorize ( $username, $password = null, $service = 'amy' )

create_session() 공개 메소드

public create_session ( )

is_authorized() 공개 메소드

public is_authorized ( )

is_default() 공개 메소드

public is_default ( )

load() 공개 메소드

public load ( $userId )

load_from_session() 공개 메소드

public load_from_session ( $session )

make_default() 공개 메소드

public make_default ( )

register() 공개 메소드

public register ( $username, $password = null, $service = 'amy', $credentials = [] )

save() 공개 메소드

public save ( )

프로퍼티 상세

$credentials 공개적으로 프로퍼티

public $credentials

$service 공개적으로 프로퍼티

public $service

$userId 공개적으로 프로퍼티

public $userId

$username 공개적으로 프로퍼티

public $username