layout_classname . $suffix; } public function __construct( Widget_Base $widget, string $layout_classname ) { $this->widget = $widget; $this->settings = $widget->get_settings_for_display(); $this->layout_classname = $layout_classname; } }