$settings A settings section the user needs to be able to access * @since 27.0.0 */ public function __construct( protected string $settings ) { } /** * * @return class-string * @since 27.0.0 */ public function getSettings(): string { return $this->settings; } }