PHP Класс Neos\Flow\Http\Component\ComponentChain

The chain is a HTTP component itself and handles all the configured components until one component sets the "cancelled" flag.
Наследование: implements Neos\Flow\Http\Component\ComponentInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$options array Configurable options of the component chain, it mainly contains the "components" to handle
$response Neos\Flow\Http\Response

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

Метод Описание
__construct ( array $options = [] )
getResponse ( ) : Response
handle ( ComponentContext $componentContext ) : void Handle the configured components in the order of the chain

Описание методов

__construct() публичный метод

public __construct ( array $options = [] )
$options array

getResponse() публичный метод

public getResponse ( ) : Response
Результат Neos\Flow\Http\Response

handle() публичный метод

Handle the configured components in the order of the chain
public handle ( ComponentContext $componentContext ) : void
$componentContext ComponentContext
Результат void

Описание свойств

$options защищенное свойство

Configurable options of the component chain, it mainly contains the "components" to handle
protected array $options
Результат array

$response защищенное свойство

protected Response,Neos\Flow\Http $response
Результат Neos\Flow\Http\Response