KGzocha\Searcher\Chain\ChainSearch::__construct PHP Method

__construct() public method

public __construct ( KGzocha\Searcher\Chain\Collection\CellCollectionInterface $cellCollection )
$cellCollection KGzocha\Searcher\Chain\Collection\CellCollectionInterface
    public function __construct(CellCollectionInterface $cellCollection)
    {
        $this->cellCollection = $cellCollection;
    }