HumHub Documentation (unofficial)

SecurityPolicyInterface

Interface that all security policy classes must implements.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Methods

checkMethodAllowed()  : void
checkPropertyAllowed()  : void
checkSecurity()  : void

Methods

checkSecurity()

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

        
On this page

Search results