示例#1
0
文件: ACustomer.php 项目: kingsj/core
 /**
  * Perform some actions to prohibit access to storefornt
  *
  * @return void
  */
 protected function closeStorefront()
 {
     $this->getDrupalLink() ? \XLite\Core\Operator::redirect($this->getDrupalLink()) : parent::closeStorefront();
 }