<?php
class GeneratedMethodDeclaredConflict
{
#[Getter]
private string $name;
public function getNAME(): string
return $this->name;
}