PHP Class Neos\Flow\Security\RequestPatternResolver

Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Public Methods

Method 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 method

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

resolveRequestPatternClass() public method

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

Property Details

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface