name = Util::ucFirst(Lang::game('emotes')); } protected function generateContent() { $this->lvTabs[] = array( 'file' => 'emote', 'data' => (new EmoteList())->getListviewData(), 'params' => [] ); } protected function generateTitle() { array_unshift($this->title, $this->name); } protected function generatePath() { } } ?>