コード例 #1
0
ファイル: CartExtension.php プロジェクト: gabiudrescu/Sylius
 /**
  * @return bool
  */
 public function hasCart()
 {
     return $this->helper->hasCart();
 }