コード例 #1
0
ファイル: AController.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Currently the drag and drop cart feature is disabled for the mobile devices
  *
  * @return boolean
  */
 protected function getDragDropCartFlag()
 {
     return \XLite\Core\Request::isDragDropCartFlag();
 }