ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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

 $hashing = true
 
 $logging = false
 

Detailed Description

Definition at line 12 of file ClientSettings.php.

Member Function Documentation

◆ jsonSerialize()

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

◆ setHashing()

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

Definition at line 30 of file ClientSettings.php.

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

30  : ClientSettings
31  {
32  $this->hashing = $hashing;
33 
34  return $this;
35  }

◆ setLogging()

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

Definition at line 43 of file ClientSettings.php.

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

43  : ClientSettings
44  {
45  $this->logging = $logging;
46 
47  return $this;
48  }

Field Documentation

◆ $hashing

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

◆ $logging

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

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