示例#1
0
文件: UnionType.php 项目: tpunt/phan
 /**
  * Add the given types to this type
  *
  * @return null
  */
 public function addUnionType(UnionType $union_type)
 {
     $this->type_set->addAll($union_type->getTypeSet());
 }