public function crumbs_PluginSystem_PluginMethodIterator::next in Crumbs, the Breadcrumbs suite 7.2
(PHP 5 >= 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
Code
public function next() {
$this
->setFirstValidIteratorPosition(next($this->pluginKeys));
}