You are here

public function Photosets::__construct in Flickr API Integration 8

Photosets constructor.

Parameters

\Drupal\flickr_api\Service\Client $client: Client.

File

src/Service/Photosets.php, line 25

Class

Photosets
Class Photosets.

Namespace

Drupal\flickr_api\Service

Code

public function __construct(Client $client) {

  // Flickr API Client.
  $this->client = $client;
}