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