PHP Class Neos\Flow\Http\Component\StandardsComplianceComponent

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

Protected Properties

Свойство Type Description
$options array

Méthodes publiques

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

Method Details

__construct() public méthode

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

handle() public méthode

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

Property Details

$options protected_oe property

protected array $options
Résultat array