SecurityPolicyInterface

Extends

Interface that all security policy classes must implements.

author

Fabien Potencier fabien@symfony.com

package

Default

Methods

checkMethodAllowed

checkMethodAllowed( $obj, $method)

Arguments

$obj

$method

checkPropertyAllowed

checkPropertyAllowed( $obj, $method)

Arguments

$obj

$method

checkSecurity

checkSecurity( $tags, $filters, $functions)

Arguments

$tags

$filters

$functions