public function Twig_Extension_Sandbox::checkPropertyAllowed in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Extension/Sandbox.php \Twig_Extension_Sandbox::checkPropertyAllowed()
File
- vendor/
twig/ twig/ lib/ Twig/ Extension/ Sandbox.php, line 77
Class
Code
public function checkPropertyAllowed($obj, $method) {
if ($this
->isSandboxed()) {
$this->policy
->checkPropertyAllowed($obj, $method);
}
}