public function Twig_Test_Loader_TemplateReference::__construct

File

drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php, line 88

Class

Twig_Test_Loader_TemplateReference

Code

public function __construct($name) {
  $this->name = $name;
}