PHP Class Destiny\StatisticsCollection

Inheritance: extends Collection
Datei anzeigen Open project: TrackerNetwork/DestinyStatus

Public Methods

Method Description
__construct ( array $items = [] )
__get ( $key )
offsetGet ( string $key ) : Statistic

Method Details

__construct() public method

public __construct ( array $items = [] )
$items array

__get() public method

public __get ( $key )

offsetGet() public method

public offsetGet ( string $key ) : Statistic
$key string
return Statistic