PHP 클래스 Neos\Flow\Http\Component\StandardsComplianceComponent

상속: implements Neos\Flow\Http\Component\ComponentInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$options array

공개 메소드들

메소드 설명
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Just call makeStandardsCompliant on the Response for now

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

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

프로퍼티 상세

$options 보호되어 있는 프로퍼티

protected array $options
리턴 array