name_presentation = $name; } public function getName(): string { return $this->name_presentation; } }