Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php160 $dep = $this->attributeNameDeprecations[$name];
161 if ($dep->getNewName()) {
162dep->getPackage(), $dep->getVersion(), 'Getting attribute "%s" on a "%s" class is deprecated, get …
164 …trigger_deprecation($dep->getPackage(), $dep->getVersion(), 'Getting attribute "%s" on a "%s" clas…
175 $dep = $this->attributeNameDeprecations[$name];
176 if ($dep->getNewName()) {
177dep->getPackage(), $dep->getVersion(), 'Setting attribute "%s" on a "%s" class is deprecated, set …
179 …trigger_deprecation($dep->getPackage(), $dep->getVersion(), 'Setting attribute "%s" on a "%s" clas…
186 public function deprecateAttribute(string $name, NameDeprecation $dep): void argument
188 $this->attributeNameDeprecations[$name] = $dep;
[all …]