public function SendinblueMailin::getAttributes in SendinBlue 7
Same name and namespace in other branches
- 7.2 includes/sendinblue.mailin.php \SendinblueMailin::getAttributes()
Get attribute by type.
Return value
array An array of attributes.
File
- includes/
sendinblue.mailin.php, line 331 - Rest class file.
Class
- SendinblueMailin
- Sendinblue REST client.
Code
public function getAttributes() {
return $this
->get("attribute/", "");
}