Question_Query::reset_next()

Description #

Undo the pointer to next.

Source #

File: includes/qaquery.php

	public function reset_next() {
		--$this->current_post;
		$this->post = $this->posts[ $this->current_post ];
		return $this->post;
	}

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