◆ __construct()
◆ imageMap()
ILIAS\MediaObjects\InternalRepoService::imageMap |
( |
| ) |
|
◆ mediaObject()
ILIAS\MediaObjects\InternalRepoService::mediaObject |
( |
| ) |
|
Definition at line 49 of file class.InternalRepoService.php.
49 : MediaObjectRepository
50 {
51 return self::$instance["media_object"] ??=
52 new MediaObjectRepository(
53 $this->db,
54 $this->irss()
55 );
56 }
◆ usage()
ILIAS\MediaObjects\InternalRepoService::usage |
( |
| ) |
|
Definition at line 44 of file class.InternalRepoService.php.
44 : UsageDBRepository
45 {
46 return self::$instance["usage"] ??= new UsageDBRepository($this->db);
47 }
◆ $instance
array ILIAS\MediaObjects\InternalRepoService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: