コード例 #1
0
ファイル: BasesfGuardUser.php プロジェクト: sgrove/cothinker
 public function addsfFileGallery(sfFileGallery $l)
 {
     $this->collsfFileGallerys[] = $l;
     $l->setsfGuardUser($this);
 }