/**
  * Cancel
  *
  * @return void
  */
 public function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }
Exemple #2
0
 /**
  * Cancel
  *
  * @return void
  */
 protected function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }