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 bool $online, protected string $virtual, protected bool $glo_menu_active, protected string $pres_mode, protected int $show_tax, protected int $snippet_length, protected bool $flash_active, protected string $flash_mode)
 
 getId ()
 
 getOnline ()
 
 getVirtualMode ()
 
 getActiveGlossaryMenu ()
 
 getPresentationMode ()
 
 getShowTaxonomy ()
 
 getSnippetLength ()
 
 getActiveFlashcards ()
 
 getFlashcardsMode ()
 

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 bool  $online,
protected string  $virtual,
protected bool  $glo_menu_active,
protected string  $pres_mode,
protected int  $show_tax,
protected int  $snippet_length,
protected bool  $flash_active,
protected string  $flash_mode 
)

Definition at line 25 of file Settings.php.

35  {
36  }

Member Function Documentation

◆ getActiveFlashcards()

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

Definition at line 74 of file Settings.php.

74  : bool
75  {
76  return $this->flash_active;
77  }

◆ getActiveGlossaryMenu()

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

Definition at line 53 of file Settings.php.

53  : bool
54  {
55  return $this->glo_menu_active;
56  }

◆ getFlashcardsMode()

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

Definition at line 79 of file Settings.php.

79  : string
80  {
81  return $this->flash_mode;
82  }

◆ getId()

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

Definition at line 38 of file Settings.php.

References $id.

38  : int
39  {
40  return $this->id;
41  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ getOnline()

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

Definition at line 43 of file Settings.php.

43  : bool
44  {
45  return $this->online;
46  }

◆ getPresentationMode()

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

Definition at line 59 of file Settings.php.

59  : string
60  {
61  return $this->pres_mode;
62  }

◆ getShowTaxonomy()

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

Definition at line 64 of file Settings.php.

64  : int
65  {
66  return $this->show_tax;
67  }

◆ getSnippetLength()

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

Definition at line 69 of file Settings.php.

69  : int
70  {
71  return $this->snippet_length;
72  }

◆ getVirtualMode()

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

Definition at line 48 of file Settings.php.

48  : string
49  {
50  return $this->virtual;
51  }

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