Home
last modified time | relevance | path

Searched refs:attributeNameDeprecations (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php41 private $attributeNameDeprecations = []; variable in Twig\\Node\\Node
159 if ($triggerDeprecation && isset($this->attributeNameDeprecations[$name])) {
160 $dep = $this->attributeNameDeprecations[$name];
174 if ($triggerDeprecation && isset($this->attributeNameDeprecations[$name])) {
175 $dep = $this->attributeNameDeprecations[$name];
188 $this->attributeNameDeprecations[$name] = $dep;