PHP 인터페이스 KGzocha\Searcher\Chain\Collection\CellCollectionInterface

저자: Krzysztof Gzocha ([email protected])
상속: extends Countable, extends IteratorAggregate
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher

공개 메소드들

메소드 설명
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

메소드 상세

addCell() 공개 메소드

public addCell ( KGzocha\Searcher\Chain\CellInterface $item )
$item KGzocha\Searcher\Chain\CellInterface

addNamedCell() 공개 메소드

public addNamedCell ( string $name, KGzocha\Searcher\Chain\CellInterface $cell )
$name string
$cell KGzocha\Searcher\Chain\CellInterface

getCells() 공개 메소드

public getCells ( ) : KGzocha\Searcher\Chain\CellInterface[]
리턴 KGzocha\Searcher\Chain\CellInterface[]

getNamedCell() 공개 메소드

public getNamedCell ( string $name ) : KGzocha\Searcher\Chain\CellInterface | null
$name string
리턴 KGzocha\Searcher\Chain\CellInterface | null