You are here

public function GetExtendedClientAddress::setCity in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Model/GetExtendedClientAddress.php \Drupal\sendinblue\Tools\Model\GetExtendedClientAddress::setCity()

Parameters

string $city:

1 call to GetExtendedClientAddress::setCity()
GetExtendedClientAddress::__construct in src/Tools/Model/GetExtendedClientAddress.php
GetAccount constructor.

File

src/Tools/Model/GetExtendedClientAddress.php, line 57

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setCity(string $city) {
  $this->city = $city;
}