コード例 #1
0
ファイル: Medlem.php プロジェクト: krillo/motiomera
 public function acceptInvite(Grupp $grupp)
 {
     $grupp->acceptInvite($this);
 }