You are here

protected function Twig_TemplateMethodObject::getProtected in Zircon Profile 8.0

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

File

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

Class

Twig_TemplateMethodObject

Code

protected function getProtected() {
  return 'protected';
}