コード例 #1
0
ファイル: Worker.php プロジェクト: junthink/resque
 /**
  * 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);
 }