Phan\Language\Element\TypedElementInterface::setUnionType PHP 메소드

setUnionType() 공개 메소드

public setUnionType ( UnionType $type ) : void
$type Phan\Language\UnionType Set the type of this element
리턴 void
    public function setUnionType(UnionType $type);