name = $name; $this->setting = $setting; $this->is_richtext = $is_richtext; } abstract public function content() : string; }