ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.InternalDataService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MediaPool
;
22
23
use
ILIAS\MediaPool\Settings\Settings
;
24
29
class
InternalDataService
30
{
31
// protected ...\DataFactory ..._factory;
32
33
public
function
__construct
()
34
{
35
//$this->..._factory = new ...\DataFactory();
36
}
37
38
public
function
settings
(
39
int
$id
,
40
int
$default_width,
41
int
$default_height,
42
bool
$for_translation
43
):
Settings
{
44
return
new
Settings
($id, $default_width, $default_height, $for_translation);
45
}
46
}
Settings
ILIAS\MediaPool\InternalDataService\settings
settings(int $id, int $default_width, int $default_height, bool $for_translation)
Definition:
class.InternalDataService.php:38
ILIAS\MediaPool\InternalDataService\__construct
__construct()
Definition:
class.InternalDataService.php:33
ILIAS\MediaPool\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:29
ILIAS\MediaPool
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.MediaPoolRepository.php:21
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
SettingsInterface
components
ILIAS
MediaPool
Service
class.InternalDataService.php
Generated on Sun Aug 31 2025 23:02:09 for ILIAS by
1.8.13 (using
Doxyfile
)