controller = OtherMediaController::getInstance(); } public function load() { $this->view->title = __('Scan for new files', 'shortpixel-image-optimiser'); $this->view->pagination = false; $this->view->show_search = false; $this->view->has_filters = false; $this->view->totalFolders = count($this->controller->getActiveDirectoryIDS()); $this->loadView(); } } // class