Beispiel #1
0
 public function addConnection(Connection $connection)
 {
     $this->connections[$connection->getId()] = $connection;
 }