AnsPress_Query::next()

Description #

Set up the next object and iterate index.

Source #

File: includes/class-query.php

	public function next() {
		++$this->current;
		$this->object = $this->objects[ $this->current ];
		return $this->object;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment