Searched defs:addAlias (Results 1 – 2 of 2) sorted by relevance
/PHP-Parser/lib/PhpParser/NodeVisitor/ | ||
H A D | NameResolver.php | 171 private function addAlias(Node\UseItem $use, int $type, ?Name $prefix = null): void { function in PhpParser\\NodeVisitor\\NameResolver |
/PHP-Parser/lib/PhpParser/ | ||
H A D | NameContext.php | 55 … public function addAlias(Name $name, string $aliasName, int $type, array $errorAttrs = []): void { function in PhpParser\\NameContext |
Completed in 5 milliseconds