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

addCell() 공개 메소드

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