예제 #1
0
파일: User.php 프로젝트: erickr/Kompisbyran
 /**
  * @return Connection[]|ArrayCollection
  */
 public function getConnections()
 {
     return new ArrayCollection(array_merge($this->fluentSpeakerConnections->toArray(), $this->learnerConnections->toArray()));
 }