/**
  * Current view ID getter helps to identify navigation position
  * fix for 0003701, passing dynexportbase::getViewId
  *
  * @return string
  */
 public function getViewId()
 {
     return oxAdminView::getViewId();
 }