PHP Class Destiny\Model

Inheritance: implements JsonSerializabl\JsonSerializable, implements Illuminate\Contracts\Support\Arrayable, implements ArrayAcces\ArrayAccess
Afficher le fichier Open project: TrackerNetwork/DestinyStatus Class Usage Examples

Protected Properties

Свойство Type Description
$appends
$cached
$properties

Méthodes publiques

Méthode Description
__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 ( )

Méthodes protégées

Méthode Description
getNonMutatedProperty ( $key )
getProperty ( $key )
newCollection ( array $items = [] )
setCachedProperty ( $key, $value )
setProperty ( $key, $value )

Method Details

__construct() public méthode

public __construct ( array $properties )
$properties array

__get() public méthode

public __get ( $key )

__isset() public méthode

public __isset ( $key )

__set() public méthode

public __set ( $key, $value )

__toString() public méthode

public __toString ( )

__unset() public méthode

public __unset ( $key )

getNonMutatedProperty() protected méthode

protected getNonMutatedProperty ( $key )

getProperties() public méthode

public getProperties ( )

getProperty() protected méthode

protected getProperty ( $key )

jsonSerialize() public méthode

public jsonSerialize ( )

newCollection() protected méthode

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

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

setCachedProperty() protected méthode

protected setCachedProperty ( $key, $value )

setProperty() protected méthode

protected setProperty ( $key, $value )

toArray() public méthode

public toArray ( )

Property Details

$appends protected_oe property

protected $appends

$cached protected_oe property

protected $cached

$properties protected_oe property

protected $properties