SecurityPolicyInterface
in
Interface that all security policy classes must implements.
Tags
Table of Contents
Methods
- checkMethodAllowed() : void
- checkPropertyAllowed() : void
- checkSecurity() : void
Methods
checkMethodAllowed()
public
checkMethodAllowed(object $obj, string $method) : void
Parameters
- $obj : object
- $method : string
Tags
checkPropertyAllowed()
public
checkPropertyAllowed(object $obj, string $property) : void
Parameters
- $obj : object
- $property : string
Tags
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>