ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Portfolio\Settings\Settings Class Reference
+ Collaboration diagram for ILIAS\Portfolio\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\Portfolio\Settings\Settings::__construct ( protected int  $id,
protected bool  $ppic 
)

Definition at line 25 of file Settings.php.

28 {
29 }

Member Function Documentation

◆ getId()

ILIAS\Portfolio\Settings\Settings::getId ( )

Definition at line 31 of file Settings.php.

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

References $id.

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

+ Here is the caller graph for this function:

◆ getShowPersonalPicture()

ILIAS\Portfolio\Settings\Settings::getShowPersonalPicture ( )

Definition at line 36 of file Settings.php.

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

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

+ Here is the caller graph for this function:

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