*/ class admin_plugin_newsfeed_stream extends AdminPlugin { private helper_plugin_newsfeed $helper; public function __construct() { $this->helper = $this->loadHelper('newsfeed'); } public function getMenuSort(): int { return 290; } public function forAdminOnly(): bool { return false; } public function getMenuText($lang): string { return $this->getLang('stream_menu'); } public function html(): void { echo '