PHP 클래스 Destiny\Model

상속: implements JsonSerializabl\JsonSerializable, implements Illuminate\Contracts\Support\Arrayable, implements ArrayAcces\ArrayAccess
파일 보기 프로젝트 열기: TrackerNetwork/DestinyStatus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$appends
$cached
$properties

공개 메소드들

메소드 설명
__construct ( array $properties )
__get ( $key )
__isset ( $key )
__set ( $key, $value )
__toString ( )
__unset ( $key )
getProperties ( )
jsonSerialize ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
toArray ( )

보호된 메소드들

메소드 설명
getNonMutatedProperty ( $key )
getProperty ( $key )
newCollection ( array $items = [] )
setCachedProperty ( $key, $value )
setProperty ( $key, $value )

메소드 상세

__construct() 공개 메소드

public __construct ( array $properties )
$properties array

__get() 공개 메소드

public __get ( $key )

__isset() 공개 메소드

public __isset ( $key )

__set() 공개 메소드

public __set ( $key, $value )

__toString() 공개 메소드

public __toString ( )

__unset() 공개 메소드

public __unset ( $key )

getNonMutatedProperty() 보호된 메소드

protected getNonMutatedProperty ( $key )

getProperties() 공개 메소드

public getProperties ( )

getProperty() 보호된 메소드

protected getProperty ( $key )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

newCollection() 보호된 메소드

protected newCollection ( array $items = [] )
$items array

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

setCachedProperty() 보호된 메소드

protected setCachedProperty ( $key, $value )

setProperty() 보호된 메소드

protected setProperty ( $key, $value )

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

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

protected $appends

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

protected $cached

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

protected $properties