ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilAuthenticationSetupConfig Class Reference
+ Inheritance diagram for ilAuthenticationSetupConfig:
+ Collaboration diagram for ilAuthenticationSetupConfig:

Public Member Functions

 __construct (protected int $session_max_idle)
 
 getSessionMaxIdle ()
 

Detailed Description

Definition at line 23 of file class.ilAuthenticationSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilAuthenticationSetupConfig::__construct ( protected int  $session_max_idle)

Definition at line 25 of file class.ilAuthenticationSetupConfig.php.

27 {
28 }

Member Function Documentation

◆ getSessionMaxIdle()

ilAuthenticationSetupConfig::getSessionMaxIdle ( )

Definition at line 30 of file class.ilAuthenticationSetupConfig.php.

30 : int
31 {
32 return $this->session_max_idle;
33 }

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