PHP Interface Neos\Flow\Security\RequestPatternInterface

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

Méthodes publiques

Méthode Description
matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean Matches a \Neos\Flow\Mvc\RequestInterface against its set pattern rules

Method Details

matchRequest() public méthode

Matches a \Neos\Flow\Mvc\RequestInterface against its set pattern rules
public matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean
$request Neos\Flow\Mvc\RequestInterface The request that should be matched
Résultat boolean TRUE if the pattern matched, FALSE otherwise