예제 #1
0
파일: State.php 프로젝트: aiesh/magento2
 /**
  * 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;
 }