FluentDOM\Iterators\IndexIterator::key PHP Method

key() public method

Get current iterator pointer
public key ( ) : integer
return integer
    public function key()
    {
        return $this->_position;
    }