Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getCurrentCartIdentifier()
 {
     if ($this->hasCurrentCart()) {
         return $this->currentCart->getId();
     }
     return null;
 }