FluentDOM\Iterators\IndexIterator::getOwner PHP Method

getOwner() protected method

Return the owner object
protected getOwner ( ) : Countable
return Countable
    protected function getOwner()
    {
        return $this->_owner;
    }