Example #1
0
 /**
  * Adds the correct service description to a client
  *
  * @param Desk\Client $client The client to add the description to
  */
 public function addServiceDescription(Client &$client)
 {
     $description = $this->loader->load(Client::getDescriptionFilename());
     $client->setDescription($description);
 }