Ejemplo n.º 1
0
 public function __construct($json, $clientId, AccessToken $token, ClientInterface $client)
 {
     parent::__construct($json, $clientId, $token, $client);
     $this->media = $this->json->episode;
 }