Пример #1
0
 /**
  * Returns object to use for semi-persistent (session) storage of search/browse parameters via setVar() and getVar()
  * This is always a Session object
  *
  * @return Session The storage object
  */
 protected function getSemiPersistentStorageInstance()
 {
     return ResultContext::_semipersistentStorageInstance($this->opo_request);
 }