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