ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Glossary\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\Glossary\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\Glossary\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\Glossary\Settings\Settings::getActiveFlashcards ( )

Definition at line 74 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getActiveGlossaryMenu()

ILIAS\Glossary\Settings\Settings::getActiveGlossaryMenu ( )

Definition at line 53 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getFlashcardsMode()

ILIAS\Glossary\Settings\Settings::getFlashcardsMode ( )

Definition at line 79 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getId()

ILIAS\Glossary\Settings\Settings::getId ( )

Definition at line 38 of file Settings.php.

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

References $id.

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getOnline()

ILIAS\Glossary\Settings\Settings::getOnline ( )

Definition at line 43 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getPresentationMode()

ILIAS\Glossary\Settings\Settings::getPresentationMode ( )

Definition at line 59 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getShowTaxonomy()

ILIAS\Glossary\Settings\Settings::getShowTaxonomy ( )

Definition at line 64 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getSnippetLength()

ILIAS\Glossary\Settings\Settings::getSnippetLength ( )

Definition at line 69 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

◆ getVirtualMode()

ILIAS\Glossary\Settings\Settings::getVirtualMode ( )

Definition at line 48 of file Settings.php.

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

Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().

+ Here is the caller graph for this function:

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