コード例 #1
0
ファイル: BaseCampus.php プロジェクト: sgrove/cothinker
 public function addsfGuardUserProfile(sfGuardUserProfile $l)
 {
     $this->collsfGuardUserProfiles[] = $l;
     $l->setCampus($this);
 }