Tribe__Data::rewind()
Rewind the Iterator to the first element
Return
(void) Any returned value is ignored.
Source
File: src/Tribe/Data.php
public function rewind() {
$this->index = 0;
}
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |
Rewind the Iterator to the first element
(void) Any returned value is ignored.
File: src/Tribe/Data.php
public function rewind() {
$this->index = 0;
}
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |