PHP 클래스 TTools\User

상속: implements ArrayAccess
파일 보기 프로젝트 열기: ttools/ttools

보호된 프로퍼티들

프로퍼티 타입 설명
$credentials

공개 메소드들

메소드 설명
__construct ( array $credentials )
__get ( $key )
get ( $key )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value ) {@inheritdoc} This class is read-only.
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( array $credentials )
$credentials array

__get() 공개 메소드

public __get ( $key )

get() 공개 메소드

public get ( $key )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

{@inheritdoc} This class is read-only.
public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

$credentials 보호되어 있는 프로퍼티

protected $credentials