public function Twig_Test_Method::__construct

File

drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php, line 23

Class

Twig_Test_Method
Represents a method template test.

Code

public function __construct(Twig_ExtensionInterface $extension, $method) {
  $this->extension = $extension;
  $this->method = $method;
}