PHP 클래스 Neos\Flow\Mvc\DispatchComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher Dispatcher
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$options array Options of this component
$propertyMapper Neos\Flow\Property\PropertyMapper
$securityContext Neos\Flow\Security\Context

공개 메소드들

메소드 설명
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Create an action request from stored route match values and dispatch to that

보호된 메소드들

메소드 설명
mergeArguments ( Request $httpRequest, array $routingMatchResults = null ) : array
parseRequestBody ( Request $httpRequest ) : array Parses the request body according to the media type.
setDefaultControllerAndActionNameIfNoneSpecified ( ActionRequest $actionRequest ) : void Set the default controller and action names if none has been specified.

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

Create an action request from stored route match values and dispatch to that
public handle ( ComponentContext $componentContext ) : void
$componentContext Neos\Flow\Http\Component\ComponentContext
리턴 void

mergeArguments() 보호된 메소드

protected mergeArguments ( Request $httpRequest, array $routingMatchResults = null ) : array
$httpRequest Neos\Flow\Http\Request
$routingMatchResults array
리턴 array

parseRequestBody() 보호된 메소드

Parses the request body according to the media type.
protected parseRequestBody ( Request $httpRequest ) : array
$httpRequest Neos\Flow\Http\Request
리턴 array

setDefaultControllerAndActionNameIfNoneSpecified() 보호된 메소드

Set the default controller and action names if none has been specified.
protected setDefaultControllerAndActionNameIfNoneSpecified ( ActionRequest $actionRequest ) : void
$actionRequest ActionRequest
리턴 void

프로퍼티 상세

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

protected Dispatcher,Neos\Flow\Mvc $dispatcher
리턴 Dispatcher

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

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface

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

Options of this component
protected array $options
리턴 array

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

protected PropertyMapper,Neos\Flow\Property $propertyMapper
리턴 Neos\Flow\Property\PropertyMapper

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

protected Context,Neos\Flow\Security $securityContext
리턴 Neos\Flow\Security\Context