public function GetAttributesAttributes::setCalculatedValue in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAttributesAttributes.php \Drupal\sendinblue\Tools\Model\GetAttributesAttributes::setCalculatedValue()
Parameters
string $calculatedValue:
File
- src/
Tools/ Model/ GetAttributesAttributes.php, line 101
Class
- GetAttributesAttributes
- Class GetAttributesAttributes.
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setCalculatedValue(string $calculatedValue) {
$this->calculatedValue = $calculatedValue;
}