메소드 | 설명 | |
---|---|---|
addCell ( KGzocha\Searcher\Chain\CellInterface $item ) | ||
addNamedCell ( string $name, KGzocha\Searcher\Chain\CellInterface $cell ) | ||
getCells ( ) : KGzocha\Searcher\Chain\CellInterface[] | ||
getIterator ( ) : ArrayIterator | ||
getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null |
메소드 | 설명 | |
---|---|---|
isItemValid ( $item ) |
메소드 | 설명 | |
---|---|---|
validateNumberOfCells ( ) |
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[] | ||
리턴 | KGzocha\Searcher\Chain\CellInterface[] |
public getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null | ||
$name | string | |
리턴 | KGzocha\Searcher\Chain\CellInterface | null |