ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilSCORMResourceFile.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
29{
30 public string $href;
31
32 public function getHRef(): string
33 {
34 return $this->href;
35 }
36
37 public function setHRef(string $a_href): void
38 {
39 $this->href = $a_href;
40 }
41}
SCORM Resource File, DB accesses are done in ilSCORMResource.