Esempio n. 1
0
 /**
  * Remove match_teams
  *
  * @param Club\MatchBundle\Entity\MatchTeam $matchTeams
  */
 public function removeMatchTeam(\Club\MatchBundle\Entity\MatchTeam $matchTeams)
 {
     $this->match_teams->removeElement($matchTeams);
 }