PHP Интерфейс KGzocha\Searcher\Chain\Collection\CellCollectionInterface

Автор: Krzysztof Gzocha ([email protected])
Наследование: extends Countable, extends IteratorAggregate
Показать файл Открыть проект

Открытые методы

Метод Описание
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