Public Member Functions

ilAICCBlockGUI Class Reference
[Modules/ScormAicc]

GUI class for AICC Unit element. More...

Inheritance diagram for ilAICCBlockGUI:
Collaboration diagram for ilAICCBlockGUI:

Public Member Functions

 ilAICCBlockGUI ($a_id)
 view ()

Detailed Description

GUI class for AICC Unit element.

Version:
Id:
class.ilAICCBlockGUI.php 12711 2006-12-01 15:24:41Z akill

Definition at line 34 of file class.ilAICCBlockGUI.php.


Member Function Documentation

ilAICCBlockGUI::ilAICCBlockGUI ( a_id  ) 

Definition at line 37 of file class.ilAICCBlockGUI.php.

References ilAICCObjectGUI::ilAICCObjectGUI().

        {
                parent::ilAICCObjectGUI();
                $this->ac_object =& new ilAICCBlock($a_id);
        }

Here is the call graph for this function:

ilAICCBlockGUI::view (  ) 

Definition at line 43 of file class.ilAICCBlockGUI.php.

        {

                $this->tpl = new ilTemplate("tpl.main.html", true, true);
                
                $this->tpl->addBlockFile("CONTENT", "content", "tpl.aicc_block.html", "Modules/ScormAicc");
                $this->tpl->setVariable("BLOCK_TITLE", $this->ac_object->getTitle() );
                $this->tpl->setVariable("BLOCK_DESCRIPTION", $this->ac_object->getDescription() );
                $this->tpl->parseCurrentBlock();
                
        }


The documentation for this class was generated from the following file: