Sets the attributes for the request.
Parameters
$attributes
arrayrequired- 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.
$attributes
arrayrequiredpublic 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.