Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Neos
Flow
Http
Component
StandardsComplianceComponent
PHP Class Neos\Flow\Http\Component\StandardsComplianceComponent
Inheritance:
implements
Neos\Flow\Http\Component\ComponentInterface
显示文件
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