KGzocha\Searcher\Chain\Collection\CellCollection::getCells PHP Méthode

getCells() public méthode

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