add_chat_button_section(); $this->add_top_bar_section(); $this->add_message_bubble_section(); $this->add_contact_section(); } protected function add_style_tab(): void { $this->add_style_chat_button_section(); $this->add_style_top_bar_section(); $this->add_style_message_bubble_section(); $this->add_style_contact_section(); $this->add_style_chat_box_section(); } public function render(): void { $render_strategy = new Contact_Buttons_Var_1_Render( $this ); $render_strategy->render(); } }