setUnionType() public method

public setUnionType ( UnionType $type ) : void
$type Phan\Language\UnionType Set the type of this element
return void
コード例 #1
0
ファイル: PassByReferenceVariable.php プロジェクト: etsy/phan
 public function setUnionType(UnionType $type)
 {
     $this->element->setUnionType($type);
 }