コード例 #1
0
 public function execute()
 {
     OpfApplication::unregisterUser($this->context->getUserId(), $this->context->getDbConnect());
     $this->renderApplication();
 }
コード例 #2
0
 protected function renderApplication()
 {
     $mainFrame = OpfApplication::getMainFrame();
     $mainFrame->setContext($this->context);
     $mainFrame->render();
 }