ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilSCORMResourceDependency.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
29 {
30  public string $identifierref;
31 
32  public function getIdentifierRef(): string
33  {
34  return $this->identifierref;
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.