Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
DphpQuery-onefile.php1171 protected $elementsInterator = array(); variable in phpQueryObject
4073 $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;