Esempio n. 1
0
 /**
  * @inherit
  **/
 function timing($key, $time)
 {
     $this->data[] = $this->factory->timing($key, $time);
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function timing($key, $time)
 {
     $this->appendToBuffer($this->factory->timing($key, $time));
     return $this;
 }