public function GetAttributesAttributes::setCategory in SendinBlue 7.2
Parameters
string $category:
File
- includes/
Model/ GetAttributesAttributes.php, line 71
Class
- GetAttributesAttributes
- Class GetAttributesAttributes.
Code
public function setCategory($category) {
$this->category = $category;
}