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

addCell() public method

public addCell ( KGzocha\Searcher\Chain\CellInterface $item )
$item KGzocha\Searcher\Chain\CellInterface
    public function addCell(CellInterface $item)
    {
        return $this->addItem($item);
    }