Beispiel #1
0
 /**
  * @inherit
  **/
 function gauge($key, $value)
 {
     $this->data[] = $this->factory->gauge($key, $value);
 }
 /**
  * {@inheritdoc}
  */
 public function gauge($key, $value)
 {
     $this->appendToBuffer($this->factory->gauge($key, $value));
     return $this;
 }