SecurityPolicy
class SecurityPolicy implements Policy
Default-deny policy.
Constants
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
isMacroAllowed(string $macro)
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 46
static SecurityPolicy
createSafePolicy()
No description
at line 81
SecurityPolicy
allowMacros(array $tags)
deprecated
deprecated
No description
at line 92
SecurityPolicy
allowTags(array $tags)
No description
at line 102
SecurityPolicy
allowFilters(array $filters)
No description
at line 112
SecurityPolicy
allowFunctions(array $functions)
No description
at line 122
SecurityPolicy
allowMethods(string $class, array $methods)
No description
at line 133
SecurityPolicy
allowProperties(string $class, array $properties)
No description
at line 141
bool
isMacroAllowed(string $macro)
No description
at line 147
bool
isFilterAllowed(string $filter)
No description
at line 153
bool
isFunctionAllowed(string $function)
No description
at line 159
bool
isMethodAllowed(string $class, string $method)
No description
at line 178
bool
isPropertyAllowed(string $class, string $property)
No description
Traits
Better OOP experience.