ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
Audio.php
Go to the documentation of this file.
1 <?php
2 
18 declare(strict_types=1);
19 
21 
23 use ILIAS\Data\URI;
24 
28 class Audio extends Resource
29 {
30  protected function getPropertyName(): string
31  {
32  return 'og:audio';
33  }
34 }