ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MediaPool\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\MediaPool\Settings\Settings:

Public Member Functions

 __construct (protected int $id, protected int $default_width, protected int $default_height, protected bool $for_translation)
 
 getId ()
 
 getDefaultWidth ()
 
 getDefaultHeight ()
 
 getForTranslation ()
 

Detailed Description

Definition at line 23 of file Settings.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaPool\Settings\Settings::__construct ( protected int  $id,
protected int  $default_width,
protected int  $default_height,
protected bool  $for_translation 
)

Definition at line 25 of file Settings.php.

30 {
31 }

Member Function Documentation

◆ getDefaultHeight()

ILIAS\MediaPool\Settings\Settings::getDefaultHeight ( )

Definition at line 43 of file Settings.php.

43 : int
44 {
45 return $this->default_height;
46 }

Referenced by ILIAS\MediaPool\Settings\SettingsDBRepository\create(), and ILIAS\MediaPool\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getDefaultWidth()

ILIAS\MediaPool\Settings\Settings::getDefaultWidth ( )

Definition at line 38 of file Settings.php.

38 : int
39 {
40 return $this->default_width;
41 }

Referenced by ILIAS\MediaPool\Settings\SettingsDBRepository\create(), and ILIAS\MediaPool\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getForTranslation()

ILIAS\MediaPool\Settings\Settings::getForTranslation ( )

Definition at line 48 of file Settings.php.

48 : bool
49 {
50 return $this->for_translation;
51 }

Referenced by ILIAS\MediaPool\Settings\SettingsDBRepository\create(), and ILIAS\MediaPool\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getId()

ILIAS\MediaPool\Settings\Settings::getId ( )

Definition at line 33 of file Settings.php.

33 : int
34 {
35 return $this->id;
36 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

Referenced by ILIAS\MediaPool\Settings\SettingsDBRepository\create(), and ILIAS\MediaPool\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

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