ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\GlobalScreen\Client\ClientSettings Class Reference
+ Inheritance diagram for ILIAS\GlobalScreen\Client\ClientSettings:
+ Collaboration diagram for ILIAS\GlobalScreen\Client\ClientSettings:

Public Member Functions

 setHashing (bool $hashing)
 
 setLogging (bool $logging)
 
 jsonSerialize ()
 

Private Attributes

bool $hashing = true
 
bool $logging = false
 

Detailed Description

Definition at line 29 of file ClientSettings.php.

Member Function Documentation

◆ jsonSerialize()

ILIAS\GlobalScreen\Client\ClientSettings::jsonSerialize ( )

◆ setHashing()

ILIAS\GlobalScreen\Client\ClientSettings::setHashing ( bool  $hashing)

Definition at line 34 of file ClientSettings.php.

References ILIAS\GlobalScreen\Client\ClientSettings\$hashing.

34  : self
35  {
36  $this->hashing = $hashing;
37 
38  return $this;
39  }

◆ setLogging()

ILIAS\GlobalScreen\Client\ClientSettings::setLogging ( bool  $logging)

Definition at line 41 of file ClientSettings.php.

References ILIAS\GlobalScreen\Client\ClientSettings\$logging.

41  : self
42  {
43  $this->logging = $logging;
44 
45  return $this;
46  }

Field Documentation

◆ $hashing

bool ILIAS\GlobalScreen\Client\ClientSettings::$hashing = true
private

◆ $logging

bool ILIAS\GlobalScreen\Client\ClientSettings::$logging = false
private

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