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