public function Twig_Extension_Sandbox::checkMethodAllowed

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php, line 80

Class

Twig_Extension_Sandbox

Code

public function checkMethodAllowed($obj, $method) {
  if ($this
    ->isSandboxed()) {
    $this->policy
      ->checkMethodAllowed($obj, $method);
  }
}