setUnionType() 공개 메소드

public setUnionType ( UnionType $type ) : void
$type Phan\Language\UnionType Set the type of this element
리턴 void
예제 #1
0
 public function setUnionType(UnionType $type)
 {
     $this->element->setUnionType($type);
 }