SecurityPolicy
class SecurityPolicy implements Policy
Default-deny policy.
Constants
ALL |
|
Methods
static SecurityPolicy
createSafePolicy()
No description
allowMacros(array $macros)
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 $macros)
No description
at line 91
SecurityPolicy
allowFilters(array $filters)
No description
at line 101
SecurityPolicy
allowFunctions(array $functions)
No description
at line 111
SecurityPolicy
allowMethods(string $class, array $methods)
No description
at line 122
SecurityPolicy
allowProperties(string $class, array $properties)
No description
at line 130
bool
isMacroAllowed(string $macro)
No description
at line 136
bool
isFilterAllowed(string $filter)
No description
at line 142
bool
isFunctionAllowed(string $function)
No description
at line 148
bool
isMethodAllowed(string $class, string $method)
No description
at line 167
bool
isPropertyAllowed(string $class, string $property)
No description
Traits
Better OOP experience.