Example #1
0
 /**
  * @return null|OrderInterface
  */
 public function getCurrentCart()
 {
     return $this->helper->getCurrentCart();
 }
Example #2
0
 /**
  * @param array $options
  *
  * @return FormView
  */
 public function getItemFormView(array $options = [])
 {
     return $this->helper->getItemFormView($options);
 }