SecurityPolicyInterface
in
Interface that all security policy classes must implements.
Tags
Table of Contents
- checkMethodAllowed() : mixed
- checkPropertyAllowed() : mixed
- checkSecurity() : mixed
Methods
checkMethodAllowed()
public
checkMethodAllowed(mixed $obj, mixed $method) : mixed
Parameters
- $obj : mixed
- $method : mixed
Tags
Return values
mixed —checkPropertyAllowed()
public
checkPropertyAllowed(mixed $obj, mixed $method) : mixed
Parameters
- $obj : mixed
- $method : mixed
Tags
Return values
mixed —checkSecurity()
public
checkSecurity(mixed $tags, mixed $filters, mixed $functions) : mixed
Parameters
- $tags : mixed
- $filters : mixed
- $functions : mixed