Policy
interface Policy
Security policy for sandbox mode.
Methods
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 16
bool
isTagAllowed(string $tag)
No description
at line 18
bool
isFilterAllowed(string $filter)
No description
at line 20
bool
isFunctionAllowed(string $function)
No description
at line 22
bool
isMethodAllowed(string $class, string $method)
No description
at line 24
bool
isPropertyAllowed(string $class, string $property)
No description