ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.InternalDataService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace 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 }
settings(int $id, int $default_width, int $default_height, bool $for_translation)
Repository internal data service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23