You are here

public function GetExtendedClientAddress::setStreet in SendinBlue 8

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

Parameters

string $street:

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

File

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

Class

GetExtendedClientAddress

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setStreet(string $street) {
  $this->street = $street;
}