public function crumbs_PluginSystem_PluginMethodIterator::rewind in Crumbs, the Breadcrumbs suite 7.2
(PHP 5 >= 5.0.0)<br/> Rewind the Iterator to the first element @link http://php.net/manual/en/iterator.rewind.php
File
- lib/
PluginSystem/ PluginMethodIterator.php, line 132
Class
Code
public function rewind() {
$pluginKey = reset($this->pluginKeys);
$this
->setFirstValidIteratorPosition($pluginKey);
}