PHP Interface Neos\Flow\Security\RequestPatternInterface

Exibir arquivo Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

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

Method Details

matchRequest() public method

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
return boolean TRUE if the pattern matched, FALSE otherwise