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; }
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:795
Add your comment