コード例 #1
0
ファイル: MeshConcept.php プロジェクト: stopfstedt/ilios
 /**
  * @param MeshSemanticTypeInterface $semanticType
  */
 public function removeSemanticType(MeshSemanticTypeInterface $semanticType)
 {
     $this->semanticTypes->removeElement($semanticType);
 }