PHP 클래스 Neos\Neos\Routing\BackendModuleArgumentsRoutePartHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

보호된 메소드들

메소드 설명
resolveValue ( array $value ) : boolean Iterate through the configured modules, find the matching module and set the route path accordingly

메소드 상세

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

프로퍼티 상세

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

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
리턴 Neos\Flow\Persistence\PersistenceManagerInterface