attributes['name'] = $this->name(); } public function name(): string { return class_basename($this); } }