public function Twig_Test_Loader_TemplateReference::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php \Twig_Test_Loader_TemplateReference::__construct()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Loader/ ArrayTest.php, line 88
Class
Code
public function __construct($name) {
$this->name = $name;
}