Пример #1
0
 /**
  * Returns object to use for persistent storage of search/browse parameters via setVar() and getVar()
  * Depending upon whether the user is logged in or not this will either be a session or a ca_users object
  *
  * @return object - the storage object
  */
 protected function getPersistentStorageInstance()
 {
     return ResultContext::_persistentStorageInstance($this->opo_request);
 }