Home
last modified time | relevance | path

Searched refs:_previousKey (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookbehind.php61 protected $_previousKey = -1; variable in Hoa\\Iterator\\Lookbehind
121 $this->_previousKey = $this->key();
134 $this->_previousKey = -1;
157 return -1 !== $this->_previousKey;
177 return $this->_previousKey;