Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/
DNameDeprecation.php23 private $newName; variable in Twig\\Node\\NameDeprecation
25 public function __construct(string $package = '', string $version = '', string $newName = '') argument
29 $this->newName = $newName;
44 return $this->newName;