public function Photos::__construct in Flickr API Integration 8
Photos constructor.
Parameters
\Drupal\flickr_api\Service\Client $client: Client.
File
- src/
Service/ Photos.php, line 25
Class
- Photos
- Class Photos.
Namespace
Drupal\flickr_api\ServiceCode
public function __construct(Client $client) {
// Flickr API Client.
$this->client = $client;
}