Esempio n. 1
0
 /**
  * @param Endpoint $endpoint
  * @return $this
  */
 public function addEndpoint(Endpoint $endpoint)
 {
     $this->services[$endpoint->getId()] = $endpoint;
     return $this;
 }