Ejemplo n.º 1
0
 /**
  * Reset VDE state data
  *
  * @return $this
  */
 public function reset()
 {
     $this->_backendSession->unsetData(self::CURRENT_URL_SESSION_KEY)->unsetData(self::CURRENT_MODE_SESSION_KEY);
     $this->_themeContext->reset();
     return $this;
 }