PHP Class Neos\Flow\Http\Component\StandardsComplianceComponent

Inheritance: implements Neos\Flow\Http\Component\ComponentInterface
Exibir arquivo Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$options array

Public Methods

Method Description
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Just call makeStandardsCompliant on the Response for now

Method Details

__construct() public method

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

handle() public method

Just call makeStandardsCompliant on the Response for now
public handle ( ComponentContext $componentContext ) : void
$componentContext ComponentContext
return void

Property Details

$options protected_oe property

protected array $options
return array