ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSCORMResourceFile 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 ilSCORMResourceFile:

Public Member Functions

 getHRef ()
 
 setHRef (string $a_href)
 

Data Fields

string $href
 

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 File, 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.ilSCORMResourceFile.php.

Member Function Documentation

◆ getHRef()

ilSCORMResourceFile::getHRef ( )

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

References $href.

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

◆ setHRef()

ilSCORMResourceFile::setHRef ( string  $a_href)

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

37  : void
38  {
39  $this->href = $a_href;
40  }

Field Documentation

◆ $href

string ilSCORMResourceFile::$href

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

Referenced by getHRef().


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