attributes = $attributes; } /** * Retrieve the attributes * * @return array */ public function getAttributes(): array { return $this->attributes; } }