Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function setUser(UserInterface $user)
 {
     $this->activity->setUser($user);
     return $this;
 }