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