예제 #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());
 }