You are here

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

crumbs_PluginSystem_PluginMethodIterator

Code

function current() {
  return $this->iteratorPosition;
}