Searched refs:getAlias (Results 1 – 4 of 4) sorted by relevance
41 public function getAlias(): Identifier { function in PhpParser\\Node\\UseItem
53 `use Foo\Bar` and `use Foo\Bar as Bar` are now represented differently. The `getAlias()` method
806 `use Foo\Bar` and `use Foo\Bar as Bar` are now represented differently. The `getAlias()` method
178 $name, (string) $use->getAlias(), $type, $use->getAttributes()
Completed in 12 milliseconds