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