AnsPress_Reputation_Query::next_reputation()

Description #

Set up the next reputation and iterate index.

Source #

File: includes/reputation.php

	public function next_reputation() {
		++$this->current;
		$this->reputation = $this->reputations[ $this->current ];
		return $this->reputation;
	}

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