PHP Interface 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.
Datei anzeigen
Open project: neos/flow-development-collection
Public Methods
Method |
Description |
|
handle ( ComponentContext $componentContext ) : void |
|
|
Method Details
public handle ( ComponentContext $componentContext ) : void |
$componentContext |
ComponentContext |
|
return |
void |
|