Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Builder/
H A DTraitUseAdaptation.php13 private const TYPE_ALIAS = 1; define in PhpParser\\Builder\\TraitUseAdaptation
46 $this->type = self::TYPE_ALIAS;
49 if ($this->type !== self::TYPE_ALIAS) {
116 $this->type = self::TYPE_ALIAS;
119 if ($this->type !== self::TYPE_ALIAS) {
137 case self::TYPE_ALIAS:

Completed in 4 milliseconds