You are here

public function Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Sandbox/SecurityPolicyInterface.php \Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed()
1 method overrides Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed()
Twig_Sandbox_SecurityPolicy::checkPropertyAllowed in vendor/Twig/Sandbox/SecurityPolicy.php

File

vendor/Twig/Sandbox/SecurityPolicyInterface.php, line 23

Class

Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.

Code

public function checkPropertyAllowed($obj, $method);