Exemplo n.º 1
0
 /**
  * Cancel
  *
  * @return void
  */
 public function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }
Exemplo n.º 2
0
 /**
  * Cancel
  *
  * @return void
  */
 protected function doActionCancel()
 {
     \XLite\Logic\Export\Generator::cancel();
 }