ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MetaData\OERHarvester\Settings\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\Settings\Settings::getDefaultHeight ( )

Definition at line 43 of file Settings.php.

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

◆ getDefaultWidth()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getDefaultWidth ( )

Definition at line 38 of file Settings.php.

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

◆ getForTranslation()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getForTranslation ( )

Definition at line 48 of file Settings.php.

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

◆ getId()

ILIAS\MetaData\OERHarvester\Settings\Settings\Settings::getId ( )

Definition at line 33 of file Settings.php.

References $id.

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

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