public function GetExtendedClientAddress::getCity in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetExtendedClientAddress.php \Drupal\sendinblue\Tools\Model\GetExtendedClientAddress::getCity()
Return value
string
File
- src/
Tools/ Model/ GetExtendedClientAddress.php, line 50
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getCity() : string {
return $this->city;
}