PHP 클래스 Neos\Flow\Mvc\Routing\RoutingComponent

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

보호된 프로퍼티들

프로퍼티 타입 설명
$options array
$router Router

공개 메소드들

메소드 설명
__construct ( array $options = [] )
handle ( ComponentContext $componentContext ) : void Resolve a route for the request

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

Stores the resolved route values in the ComponentContext to pass them to other components. They can be accessed via ComponentContext::getParameter(outingComponent::class, 'matchResults');
public handle ( ComponentContext $componentContext ) : void
$componentContext Neos\Flow\Http\Component\ComponentContext
리턴 void

프로퍼티 상세

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

protected array $options
리턴 array

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

protected Router,Neos\Flow\Mvc\Routing $router
리턴 Router