You are here

public function crumbs_PluginSystem_PluginMethodIterator::rewind in Crumbs, the Breadcrumbs suite 7.2

(PHP 5 &gt;= 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

crumbs_PluginSystem_PluginMethodIterator

Code

public function rewind() {
  $pluginKey = reset($this->pluginKeys);
  $this
    ->setFirstValidIteratorPosition($pluginKey);
}