name = $name; $this->occupation = $occupation; } public function html(): string { return "class-component-with-props: $this->occupation $this->name"; } };