Esempio n. 1
0
 /**
  * Get a statistic belonging to this worker.
  *
  * @param string $stat Statistic to fetch.
  * @return int Statistic value.
  */
 public function getStat($stat)
 {
     return Stat::get($stat . ':' . $this);
 }