PHP Interface Neos\Flow\Security\Authorization\FirewallInterface

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

Méthodes publiques

Méthode Description
blockIllegalRequests ( ActionRequest $request ) : void Analyzes a request against the configured firewall rules and blocks any illegal request.

Method Details

blockIllegalRequests() public méthode

Analyzes a request against the configured firewall rules and blocks any illegal request.
public blockIllegalRequests ( ActionRequest $request ) : void
$request Neos\Flow\Mvc\ActionRequest The request to be analyzed
Résultat void