Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function clearItems()
 {
     $this->items->clear();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function clearItems()
 {
     $this->items->clear();
     $this->recalculateItemsTotal();
 }
Exemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function clearItems()
 {
     $this->items->clear();
     return $this;
 }