title = $title; $this->sub_title = $sub_title; } public function get_layout() { $data = array( 'empty_message' => '', 'empty' => false, 'title' => $this->title, 'sub_title' => $this->sub_title, 'field_type' => 'tm-section', ); $data['fields'] = parent::get_layout(); return $data; } }