ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalDataService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\MediaPool;
22
24
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}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
Repository internal data service.
settings(int $id, int $default_width, int $default_height, bool $for_translation)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...