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