コード例 #1
0
ファイル: CartExtension.php プロジェクト: loic425/Sylius
 /**
  * @return null|OrderInterface
  */
 public function getCurrentCart()
 {
     return $this->helper->getCurrentCart();
 }
コード例 #2
0
ファイル: CartExtension.php プロジェクト: gabiudrescu/Sylius
 /**
  * @param array $options
  *
  * @return FormView
  */
 public function getItemFormView(array $options = [])
 {
     return $this->helper->getItemFormView($options);
 }