Ejemplo n.º 1
0
 /**
  * Perform some actions to prohibit access to storefornt
  *
  * @return void
  */
 protected function closeStorefront()
 {
     $this->getDrupalLink() ? \XLite\Core\Operator::redirect($this->getDrupalLink()) : parent::closeStorefront();
 }