예제 #1
0
파일: Outpost.php 프로젝트: iw-reload/iw
 public function setOwner(User $user, $sync = true)
 {
     $this->owner = $user;
     if ($sync) {
         $user->addOutpost($this, false);
     }
 }