Tribe__Data::rewind()

Rewind the Iterator to the first element


Return

(void) Any returned value is ignored.


Top ↑

Source

File: src/Tribe/Data.php

	public function rewind() {
		$this->index = 0;
	}

Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.