Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DGroupUse.php15 public Name $prefix; variable in PhpParser\\Node\\Stmt\\GroupUse
27 …public function __construct(Name $prefix, array $uses, int $type = Use_::TYPE_NORMAL, array $attri…
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php165 private function addAlias(Node\UseItem $use, int $type, ?Name $prefix = null): void {

Completed in 8 milliseconds