PHP 클래스 Neos\Flow\Security\RequestPatternResolver

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

공개 메소드들

메소드 설명
__construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) Constructor.
resolveRequestPatternClass ( string $name ) : string Resolves the class name of a request pattern. If a valid request pattern class name is given, it is just returned.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager )
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface The object manager

resolveRequestPatternClass() 공개 메소드

Resolves the class name of a request pattern. If a valid request pattern class name is given, it is just returned.
public resolveRequestPatternClass ( string $name ) : string
$name string The (short) name of the pattern
리턴 string The class name of the request pattern, NULL if no class was found.

프로퍼티 상세

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

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