Пример #1
0
 /**
  * @param ClientInterface $client
  */
 function __construct(ClientInterface $client)
 {
     $this->client = $client;
     parent::__construct();
 }