ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MediaPool\InternalDataService Class Reference

Repository internal data service. More...

+ Collaboration diagram for ILIAS\MediaPool\InternalDataService:

Public Member Functions

 __construct ()
 
 settings (int $id, int $default_width, int $default_height, bool $for_translation)
 

Detailed Description

Repository internal data service.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 29 of file class.InternalDataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaPool\InternalDataService::__construct ( )

Definition at line 33 of file class.InternalDataService.php.

34  {
35  //$this->..._factory = new ...\DataFactory();
36  }

Member Function Documentation

◆ settings()

ILIAS\MediaPool\InternalDataService::settings ( int  $id,
int  $default_width,
int  $default_height,
bool  $for_translation 
)

Definition at line 38 of file class.InternalDataService.php.

43  : Settings {
44  return new Settings($id, $default_width, $default_height, $for_translation);
45  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

The documentation for this class was generated from the following file: