Example #1
0
 /**
  * @return Connection[]|ArrayCollection
  */
 public function getConnections()
 {
     return new ArrayCollection(array_merge($this->fluentSpeakerConnections->toArray(), $this->learnerConnections->toArray()));
 }