public function Twig_TokenParser_Set::decideBlockEnd in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/TokenParser/Set.php \Twig_TokenParser_Set::decideBlockEnd()
File
- vendor/
twig/ twig/ lib/ Twig/ TokenParser/ Set.php, line 62
Class
- Twig_TokenParser_Set
- Defines a variable.
Code
public function decideBlockEnd(Twig_Token $token) {
return $token
->test('endset');
}