ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilSCORMOrganizationsGUI Class Reference

GUI class for SCORM Organizations element. More...

+ Inheritance diagram for ilSCORMOrganizationsGUI:
+ Collaboration diagram for ilSCORMOrganizationsGUI:

Public Member Functions

 __construct (int $a_id)
 
 view ()
 
- Public Member Functions inherited from ilSCORMObjectGUI
 __construct (int $a_id=0)
 
getInstance (int $a_id)
 
 displayParameter (string $a_name, string $a_value)
 

Additional Inherited Members

- Data Fields inherited from ilSCORMObjectGUI
ilSCORMManifest ilSCORMItem ilSCORMOrganization ilSCORMOrganizations ilSCORMResource ilSCORMResources $sc_object
 
ilGlobalTemplate $tpl
 
ilLanguage $lng
 

Detailed Description

GUI class for SCORM Organizations element.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

\

Definition at line 28 of file class.ilSCORMOrganizationsGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilSCORMOrganizationsGUI::__construct ( int  $a_id)

Reimplemented from ilSCORMObjectGUI.

Definition at line 30 of file class.ilSCORMOrganizationsGUI.php.

31 {
33 $this->sc_object = new ilSCORMOrganizations($a_id);
34 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

Member Function Documentation

◆ view()

ilSCORMOrganizationsGUI::view ( )

Definition at line 36 of file class.ilSCORMOrganizationsGUI.php.

36 : void
37 {
38 $this->tpl->addBlockFile("CONTENT", "content", "tpl.scorm_obj.html", "components/ILIAS/ScormAicc");
39 $this->tpl->setCurrentBlock("par_table");
40 $this->tpl->setVariable("TXT_OBJECT_TYPE", $this->lng->txt("cont_organizations"));
41 $this->displayParameter(
42 $this->lng->txt("cont_def_organization"),
43 $this->sc_object->getDefaultOrganization()
44 );
45 $this->tpl->parseCurrentBlock();
46 }
displayParameter(string $a_name, string $a_value)

References ilSCORMObjectGUI\displayParameter(), and ILIAS\Repository\lng().

+ Here is the call graph for this function:

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