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

getNamedCell() public method

public getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null
$name string
return KGzocha\Searcher\Chain\CellInterface | null
    public function getNamedCell($name)
    {
        return $this->getNamedItem($name);
    }