PHP 클래스 Neos\Neos\Routing\BackendModuleRoutePartHandler

상속: extends Neos\Flow\Mvc\Routing\DynamicRoutePart
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$settings array

공개 메소드들

메소드 설명
injectSettings ( array $settings ) : void

보호된 메소드들

메소드 설명
findValueToMatch ( string $requestPath ) : string
matchValue ( string $value ) : boolean | integer Iterate through the segments of the current request path find the corresponding module configuration and set controller & action accordingly
resolveValue ( array $value ) : boolean Iterate through the configured modules, find the matching module and set the route path accordingly

메소드 상세

findValueToMatch() 보호된 메소드

protected findValueToMatch ( string $requestPath ) : string
$requestPath string
리턴 string

injectSettings() 공개 메소드

public injectSettings ( array $settings ) : void
$settings array
리턴 void

matchValue() 보호된 메소드

Iterate through the segments of the current request path find the corresponding module configuration and set controller & action accordingly
protected matchValue ( string $value ) : boolean | integer
$value string
리턴 boolean | integer

resolveValue() 보호된 메소드

Iterate through the configured modules, find the matching module and set the route path accordingly
protected resolveValue ( array $value ) : boolean
$value array (contains action, controller and package of the module controller)
리턴 boolean

프로퍼티 상세

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

protected array $settings
리턴 array