You are here

private function Twig_TemplateMethodAndPropObject::getC in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMethodAndPropObject::getC()

File

vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 651

Class

Twig_TemplateMethodAndPropObject

Code

private function getC() {
  return 'c';
}