Méthode | Description | |
---|---|---|
addCell ( KGzocha\Searcher\Chain\CellInterface $item ) | ||
addNamedCell ( string $name, KGzocha\Searcher\Chain\CellInterface $cell ) | ||
getCells ( ) : KGzocha\Searcher\Chain\CellInterface[] | ||
getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null |
public addCell ( KGzocha\Searcher\Chain\CellInterface $item ) | ||
$item | KGzocha\Searcher\Chain\CellInterface |
public addNamedCell ( string $name, KGzocha\Searcher\Chain\CellInterface $cell ) | ||
$name | string | |
$cell | KGzocha\Searcher\Chain\CellInterface |
public getCells ( ) : KGzocha\Searcher\Chain\CellInterface[] | ||
Résultat | KGzocha\Searcher\Chain\CellInterface[] |
public getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null | ||
$name | string | |
Résultat | KGzocha\Searcher\Chain\CellInterface | null |