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