SecurityPolicy
class SecurityPolicy implements Policy
Default-deny policy.
Constants
All |
|
ALL |
|
Methods
static SecurityPolicy
createSafePolicy()
No description
allowTags(array $tags)
No description
allowFilters(array $filters)
No description
allowFunctions(array $functions)
No description
allowMethods(string $class, array $methods)
No description
allowProperties(string $class, array $properties)
No description
bool
isTagAllowed(string $tag)
No description
bool
isFilterAllowed(string $filter)
No description
bool
isFunctionAllowed(string $function)
No description
bool
isMethodAllowed(string $class, string $method)
No description
bool
isPropertyAllowed(string $class, string $property)
No description
Details
at line 45
static SecurityPolicy
createSafePolicy()
No description
at line 80
SecurityPolicy
allowTags(array $tags)
No description
at line 90
SecurityPolicy
allowFilters(array $filters)
No description
at line 100
SecurityPolicy
allowFunctions(array $functions)
No description
at line 110
SecurityPolicy
allowMethods(string $class, array $methods)
No description
at line 121
SecurityPolicy
allowProperties(string $class, array $properties)
No description
at line 129
bool
isTagAllowed(string $tag)
No description
at line 135
bool
isFilterAllowed(string $filter)
No description
at line 141
bool
isFunctionAllowed(string $function)
No description
at line 147
bool
isMethodAllowed(string $class, string $method)
No description
at line 166
bool
isPropertyAllowed(string $class, string $property)
No description