ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSCORMResourceDependency Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilSCORMResourceDependency:

Public Member Functions

 getIdentifierRef ()
 
 setIdentifierRef (string $a_id_ref)
 

Data Fields

string $identifierref
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning SCORM Resource Dependency, DB accesses are done in ilSCORMResource

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.ilSCORMResourceDependency.php.

Member Function Documentation

◆ getIdentifierRef()

ilSCORMResourceDependency::getIdentifierRef ( )

Definition at line 32 of file class.ilSCORMResourceDependency.php.

References $identifierref.

32  : string
33  {
34  return $this->identifierref;
35  }

◆ setIdentifierRef()

ilSCORMResourceDependency::setIdentifierRef ( string  $a_id_ref)

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

37  : void
38  {
39  $this->identifierref = $a_id_ref;
40  }

Field Documentation

◆ $identifierref

string ilSCORMResourceDependency::$identifierref

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

Referenced by getIdentifierRef().


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