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

getCells() 공개 메소드

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