Documentation

SecurityPolicyInterface

Interface that all security policy classes must implements.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

checkMethodAllowed()  : mixed
checkPropertyAllowed()  : mixed
checkSecurity()  : mixed

Methods

checkSecurity()

public checkSecurity(array<string|int, string> $tags, array<string|int, string> $filters, array<string|int, string> $functions) : mixed
Parameters
$tags : array<string|int, string>
$filters : array<string|int, string>
$functions : array<string|int, string>
Tags
throws
SecurityError
Return values
mixed

Search results