public function GetAttributesEnumeration::getValue in SendinBlue 7.2
Return value
int
File
- includes/
Model/ GetAttributesEnumeration.php, line 27
Class
Code
public function getValue() {
return $this->value;
}
int
public function getValue() {
return $this->value;
}