WpOrg\Requests\Cookie
Jar::getIterator
Get an iterator for the data
Method of the class: Jar{}
No Hooks.
Returns
\ArrayIterator.
Usage
$Jar = new Jar(); $Jar->getIterator();
Jar::getIterator() Jar::getIterator code WP 7.0
public function getIterator() {
return new ArrayIterator($this->cookies);
}