ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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 $ppic)
 
 getId ()
 
 getShowPersonalPicture ()
 

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  $ppic 
)

Definition at line 25 of file Settings.php.

28  {
29  }

Member Function Documentation

◆ getId()

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

Definition at line 31 of file Settings.php.

References $id.

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

◆ getShowPersonalPicture()

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

Definition at line 36 of file Settings.php.

36  : bool
37  {
38  return $this->ppic;
39  }

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