Exemplo n.º 1
0
 /**
  * @param ChildConnection $connection The ChildConnection object to add.
  */
 protected function doAddConnection(ChildConnection $connection)
 {
     $this->collConnections[] = $connection;
     $connection->setInstance($this);
 }