Example #1
0
 /**
  * Service constructor.
  * @param Client $client
  */
 public function __construct(Client $client)
 {
     $this->client = $client;
     $this->headers = array('useragent: ' . $client->getContained());
 }