Lines Matching defs:_options
46 protected $_options = [null, null, null];
130 $this->_options = [null, null, null];
195 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL);
199 $this->_options[1] = $this->_search->getOption(Search::OPTION_SCROLL_ID);
203 $isNotInitial = (null !== $this->_options[2]);
204 $this->_options[2] = $this->_search->getOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE);
220 $this->_search->setOption(Search::OPTION_SCROLL, $this->_options[0]);
221 $this->_search->setOption(Search::OPTION_SCROLL_ID, $this->_options[1]);
222 if (null !== $this->_options[2]) {
223 $this->_search->setOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE, $this->_options[2]);