예제 #1
0
 /**
  * Cancel
  *
  * @return void
  */
 public function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }
예제 #2
0
파일: Export.php 프로젝트: kewaunited/xcart
 /**
  * Cancel
  *
  * @return void
  */
 protected function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }