public function Twig_Node_Expression_Name::isSimple in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Node/Expression/Name.php \Twig_Node_Expression_Name::isSimple()
File
- vendor/
twig/ twig/ lib/ Twig/ Node/ Expression/ Name.php, line 94
Class
Code
public function isSimple() {
return !$this
->isSpecial() && !$this
->getAttribute('is_defined_test');
}