PHP 클래스 KGzocha\Searcher\Chain\Collection\CellCollection

저자: Krzysztof Gzocha ([email protected])
상속: extends KGzocha\Searcher\AbstractCollection, implements KGzocha\Searcher\Chain\Collection\CellCollectionInterface
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher

공개 메소드들

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

메소드 상세

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[]

getIterator() 공개 메소드

getNamedCell() 공개 메소드

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

isItemValid() 보호된 메소드

protected isItemValid ( $item )