Phan\Language\Element\TypedElementInterface::setUnionType PHP Méthode

setUnionType() public méthode

public setUnionType ( UnionType $type ) : void
$type Phan\Language\UnionType Set the type of this element
Résultat void
    public function setUnionType(UnionType $type);