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