示例#1
0
 public function addUserSetting(UserSetting $l)
 {
     $this->collUserSettings[] = $l;
     $l->setsfGuardUser($this);
 }