FluentDOM\Iterators\IndexIterator::__construct PHP Method

__construct() public method

public __construct ( Countable $owner )
$owner Countable
    public function __construct(\Countable $owner)
    {
        $this->_owner = $owner;
    }