PHP Class Neos\Flow\Security\RequestPatternResolver

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

resolveRequestPatternClass() public méthode

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
Résultat string The class name of the request pattern, NULL if no class was found.

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface