PHP Интерфейс Neos\Flow\Http\Component\ComponentInterface

A component is one item of the configurable component chain that is processed for every incoming request. A component can change the current HTTP request and response, can communicate with other components and even change the currently processed chain using the ComponentContext that gets passed to its handle() method.
Показать файл Открыть проект

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

Метод Описание
handle ( ComponentContext $componentContext ) : void

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

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

public handle ( ComponentContext $componentContext ) : void
$componentContext ComponentContext
Результат void