You are here

public function Twig_Sandbox_SecurityPolicy::setAllowedProperties in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php \Twig_Sandbox_SecurityPolicy::setAllowedProperties()

File

vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php, line 52

Class

Twig_Sandbox_SecurityPolicy
Represents a security policy which need to be enforced when sandbox mode is enabled.

Code

public function setAllowedProperties(array $properties) {
  $this->allowedProperties = $properties;
}