KGzocha\Searcher\Chain\Collection\CellCollection::getIterator PHP Method

getIterator() public method

    public function getIterator()
    {
        $this->validateNumberOfCells();
        return parent::getIterator();
    }