/** * the main method which calls the execution of the page * @return void */ public function run() { $pageName = $this->GP($this->getGPPageName()); SAPageHandler::handle($pageName ? $pageName : $this->getDefaultPageName()); }