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