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

getCells() public method

public getCells ( ) : KGzocha\Searcher\Chain\CellInterface[]
return KGzocha\Searcher\Chain\CellInterface[]
    public function getCells()
    {
        $this->validateNumberOfCells();
        return $this->getItems();
    }