Ejemplo n.º 1
0
 /**
  * Get certain type of statistics
  *
  * @param $type
  * @return mixed
  */
 public function statistics($type)
 {
     if ($this->statistics === null) {
         $this->statistics = $this->repository->getStatistics();
     }
     return $this->statistics[$type];
 }