KGzocha\Searcher\Chain\Collection\CellCollection::getIterator PHP 메소드

getIterator() 공개 메소드

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