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