public function Twig_Extension_Sandbox::checkMethodAllowed in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Extension/Sandbox.php \Twig_Extension_Sandbox::checkMethodAllowed()
File
- vendor/
Twig/ Extension/ Sandbox.php, line 80
Class
Code
public function checkMethodAllowed($obj, $method) {
if ($this
->isSandboxed()) {
$this->policy
->checkMethodAllowed($obj, $method);
}
}