Beispiel #1
0
 /**
  * 
  * @return array
  */
 public function getDatasetAge()
 {
     $value = $this->account ? $this->account->getTotalAge() : null;
     return $this->calcPercentiles('generic', 'age', $value);
 }