Sets the attributes for the request.
Parameters
$attributesarrayrequired- Attributes for the request.
Source
public function set_attributes( $attributes ) {
$this->attributes = $attributes;
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Sets the attributes for the request.
$attributesarrayrequiredpublic function set_attributes( $attributes ) {
$this->attributes = $attributes;
}
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.