function crumbs_PluginSystem_PluginMethodIterator::current in Crumbs, the Breadcrumbs suite 7.2
Return value
$this
Throws
Exception
File
- lib/
PluginSystem/ PluginMethodIterator.php, line 60
Class
Code
function current() {
return $this->iteratorPosition;
}