ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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: