예제 #1
0
파일: Call.php 프로젝트: Exanrus/crm-bundle
 /**
  * {@inheritdoc}
  */
 public function setUser(UserInterface $user)
 {
     $this->activity->setUser($user);
     return $this;
 }