class StandardsComplianceComponent implements ComponentInterface (View source)

HTTP component that makes sure that the current response is standards-compliant. It is usually the last component in the chain.

Properties

protected array $options

Methods

__construct(array $options = [])

No description

void
handle(ComponentContext $componentContext)

Just call makeStandardsCompliant on the Response for now

Details

__construct(array $options = [])

No description

Parameters

array $options

void handle(ComponentContext $componentContext)

Just call makeStandardsCompliant on the Response for now

Parameters

ComponentContext $componentContext

Return Value

void