Beispiel #1
0
 /**
  * Registers each found client with the bootstrap, so they can be found and
  * used by the instantiating software.
  *
  * @param Plex_Client[] $clients An associative array of Plex client machines on the
  * network.
  *
  * @uses Plex::$clients
  *
  * @return void
  */
 private function registerClients(array $clients)
 {
     self::$clients = $clients;
 }