Ejemplo n.º 1
0
 /**
  * Attaches the passed server node.
  *
  * @param \AppserverIo\Appserver\Core\Api\Node\ServerNodeInterface $server The server node to attach
  *
  * @return void
  */
 public function attachServer(ServerNodeInterface $server)
 {
     $this->servers[$server->getPrimaryKey()] = $server;
 }