PHP 인터페이스 Neos\Flow\Http\Component\ComponentInterface

A component is one item of the configurable component chain that is processed for every incoming request. A component can change the current HTTP request and response, can communicate with other components and even change the currently processed chain using the ComponentContext that gets passed to its handle() method.
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
handle ( ComponentContext $componentContext ) : void

메소드 상세

handle() 공개 메소드

public handle ( ComponentContext $componentContext ) : void
$componentContext ComponentContext
리턴 void