Exemple #1
0
 /**
  * Constructor
  * @param GoogleClient $client
  */
 public function __construct(GoogleClient $client)
 {
     $this->client = $client;
     parent::__construct($client->getGoogleClient());
 }