Searched refs:elementsInterator (Results 1 – 1 of 1) sorted by relevance
1171 protected $elementsInterator = array(); variable in phpQueryObject4073 $this->elementsInterator = $this->elements;4085 return $this->elementsInterator[ $this->current ];4107 $this->valid = isset( $this->elementsInterator[ $this->current+1 ] )4110 if (! $this->valid && $this->elementsInterator) {4111 $this->elementsInterator = null;