Exemplo n.º 1
0
 public function getAssociatedProducts()
 {
     return $this->item->getParentObject()->getAssociatedProducts();
 }
Exemplo n.º 2
0
 /**
  * Check whether item has VAT (value added tax)
  *
  * @return bool
  */
 public function hasVat()
 {
     return $this->item->getParentObject()->getOrder()->getProxy()->hasVat();
 }