Ejemplo n.º 1
0
 /**
  * @param string  $bucket
  * @param integer $time   time in ms
  *
  * @return mixed
  */
 public function timing($bucket, $time)
 {
     $this->driver->timing($bucket, $time);
 }