예제 #1
0
 public function getAssociatedProducts()
 {
     return $this->item->getParentObject()->getAssociatedProducts();
 }
예제 #2
0
파일: Proxy.php 프로젝트: xiaoguizhidao/bb
 /**
  * Check whether item has VAT (value added tax)
  *
  * @return bool
  */
 public function hasVat()
 {
     return $this->item->getParentObject()->getOrder()->getProxy()->hasVat();
 }