TabsView::class, 'single-browser' => SingleBrowserView::class ]; public function __construct() { parent::__construct(); } protected function init() { $this->disableScreenOption(); } }