You are here

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

(PHP 5 &gt;= 5.0.0)<br/> Move forward to next element @link http://php.net/manual/en/iterator.next.php

File

lib/PluginSystem/PluginMethodIterator.php, line 93

Class

crumbs_PluginSystem_PluginMethodIterator

Code

public function next() {
  $this
    ->setFirstValidIteratorPosition(next($this->pluginKeys));
}