PHP 클래스 Destiny\Account

상속: extends Model
파일 보기 프로젝트 열기: TrackerNetwork/DestinyStatus

보호된 프로퍼티들

프로퍼티 타입 설명
$extended boolean
$player Player
$statistics AccountStatistics

공개 메소드들

메소드 설명
__construct ( Player $player, array $properties, array $stats = null )
load ( )

보호된 메소드들

메소드 설명
gCurrencies ( )
gPlayer ( )
gStatistics ( )
sStatistics ( AccountStatistics $stats )

메소드 상세

__construct() 공개 메소드

public __construct ( Player $player, array $properties, array $stats = null )
$player Player
$properties array
$stats array

gCurrencies() 보호된 메소드

protected gCurrencies ( )

gPlayer() 보호된 메소드

protected gPlayer ( )

gStatistics() 보호된 메소드

protected gStatistics ( )

load() 공개 메소드

public load ( )

sStatistics() 보호된 메소드

protected sStatistics ( AccountStatistics $stats )
$stats AccountStatistics

프로퍼티 상세

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

protected bool $extended
리턴 boolean

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

protected Player,Destiny $player
리턴 Player

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

protected AccountStatistics,Destiny $statistics
리턴 AccountStatistics