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

getNamedCell() 공개 메소드

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