You are here

public function Developer::setAttributes in Apigee Edge 8

File

src/Entity/Developer.php, line 195

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setAttributes(AttributesProperty $attributes) : void {
  $this->decorated
    ->setAttributes($attributes);
}