AnsPress_Reputation_Query::rewind_reputation()
Description #
Rewind the reputations and reset index.
Source #
File: includes/reputation.php
public function rewind_reputation() { $this->current = -1; if ( $this->count > 0 ) { $this->reputation = $this->reputations[0]; } }
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:771
Add your comment