コード例 #1
0
ファイル: Proxy.php プロジェクト: xiaoguizhidao/ecommerce
 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();
 }