ILIAS  release_7 Revision v7.30-3-g800a261c036
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 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 40 of file ClientSettings.php.

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

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

◆ setLogging()

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

Definition at line 47 of file ClientSettings.php.

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

47  : self
48  {
49  $this->logging = $logging;
50 
51  return $this;
52  }

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: