Forum export to HTML and Print.  
 More...
Detailed Description
Forum export to HTML and Print. 
- Author
- Wolfgang Merkens wmerk.nosp@m.ens@.nosp@m.datab.nosp@m.ay.d.nosp@m.e 
- Version
- $Id$ 
Definition at line 17 of file class.ilForumExportGUI.php.
Constructor & Destructor Documentation
      
        
          | ilForumExportGUI::__construct | ( |  | ) |  | 
      
 
Definition at line 35 of file class.ilForumExportGUI.php.
References $_GET, $ilCtrl, and $lng.
        {
                $this->frm = $forum->Forum;
                $this->frm->setForumId($forum->getId());
                $this->frm->setForumRefId($forum->getRefId());
                
                $lng->loadLanguageModule('forum');
                $this->is_moderator = $ilAccess->checkAccess(
'moderate_frm', 
'', 
$_GET[
'ref_id']);
        }
 
 
Member Function Documentation
      
        
          | ilForumExportGUI::executeCommand | ( |  | ) |  | 
      
 
Definition at line 53 of file class.ilForumExportGUI.php.
References $cmd.
        {
                $next_class = $this->ctrl->getNextClass($this);
                $cmd = $this->ctrl->getCmd();
 
                
                switch($next_class)
                {
                        default:
                                break;
                }
        }
 
 
Field Documentation
  
  | 
        
          | ilForumExportGUI::$is_moderator = false |  | protected | 
 
 
      
        
          | const ilForumExportGUI::MODE_EXPORT_CLIENT = 2 | 
      
 
 
      
        
          | const ilForumExportGUI::MODE_EXPORT_WEB = 1 | 
      
 
 
The documentation for this class was generated from the following file: