Ejemplo n.º 1
0
 /**
  * @param MeshSemanticTypeInterface $semanticType
  */
 public function addSemanticType(MeshSemanticTypeInterface $semanticType)
 {
     $this->semanticTypes->add($semanticType);
 }
Ejemplo n.º 2
0
 /**
  * @param MeshSemanticTypeInterface $semanticType
  */
 public function removeSemanticType(MeshSemanticTypeInterface $semanticType)
 {
     $this->semanticTypes->removeElement($semanticType);
 }