You are here

public function People::__construct in Flickr API Integration 8

People constructor.

Parameters

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

File

src/Service/People.php, line 25

Class

People
Class People.

Namespace

Drupal\flickr_api\Service

Code

public function __construct(Client $client) {

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