ILIAS  release_8 Revision v8.24
class.ilSCORMResourceFile.php
Go to the documentation of this file.
1<?php
2
3declare(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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...