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

The chain is a HTTP component itself and handles all the configured components until one component sets the "cancelled" flag.
상속: implements Neos\Flow\Http\Component\ComponentInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$options array Configurable options of the component chain, it mainly contains the "components" to handle
$response Neos\Flow\Http\Response

공개 메소드들

메소드 설명
__construct ( array $options = [] )
getResponse ( ) : Response
handle ( ComponentContext $componentContext ) : void Handle the configured components in the order of the chain

메소드 상세

__construct() 공개 메소드

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

getResponse() 공개 메소드

public getResponse ( ) : Response
리턴 Neos\Flow\Http\Response

handle() 공개 메소드

Handle the configured components in the order of the chain
public handle ( ComponentContext $componentContext ) : void
$componentContext ComponentContext
리턴 void

프로퍼티 상세

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

Configurable options of the component chain, it mainly contains the "components" to handle
protected array $options
리턴 array

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

protected Response,Neos\Flow\Http $response
리턴 Neos\Flow\Http\Response