ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.MetadataManager.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  public function __construct()
26  {
27  }
28 
32  public function getActiveAdvMDRecords(int $ref_id): array
33  {
34  $adv_adapter = new \ilGlossaryAdvMetaDataAdapter($ref_id);
35  return $adv_adapter->getActiveRecords();
36  }
37 }
$ref_id
Definition: ltiauth.php:67