nombre = $nombre; return $this; } public function getNombre(): string { return $this->nombre; } protected string $color; public function setColor(string $color): Transaccion { $this->color = $color; return $this; } public function getColor(): string { return $this->color; } }