'user_role', 'id' => $this->id, 'attributes' => [ 'name' => $this->name, 'short_name' => $this->short_name, 'description' => $this->description, 'color_class' => $this->color_class, ], ]; } }