Beispiel #1
0
 /**
  * 
  * @return array
  */
 public function getDatasetWallet($id)
 {
     $value = $this->account ? $this->account->getStatsWallet()[$id] : null;
     return $this->calcPercentiles('wallet', $id, $value);
 }