| 
|   | __construct (string $session_key) | 
|   | 
|   | get (int $thread_id, $default=null) | 
|   | 
|   | set (int $thread_id, $value) | 
|   | 
◆ __construct()
      
        
          | ilForumThreadSettingsSessionStorage::__construct  | 
          ( | 
          string  | 
          $session_key | ) | 
           | 
        
      
 
 
◆ get()
      
        
          | ilForumThreadSettingsSessionStorage::get  | 
          ( | 
          int  | 
          $thread_id,  | 
        
        
           | 
           | 
            | 
          $default = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getSessionCollection()
  
  
      
        
          | ilForumThreadSettingsSessionStorage::getSessionCollection  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
- Returns
 - array<string, mixed> 
 
Definition at line 33 of file class.ilForumThreadSettingsSessionStorage.php.
   33                                           : array
   34    {
   36        if (!is_array($frm_sess)) {
   37            $frm_sess = [];
   38        }
   39 
   40        if (!isset($frm_sess[$this->key]) || !is_array($frm_sess[$this->key])) {
   42        }
   43 
   44        return $frm_sess;
   45    }
static get(string $a_var)
 
 
References $key, and ilSession\get().
Referenced by get(), and set().
 
 
◆ set()
      
        
          | ilForumThreadSettingsSessionStorage::set  | 
          ( | 
          int  | 
          $thread_id,  | 
        
        
           | 
           | 
            | 
          $value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ $key
  
  
      
        
          | string ilForumThreadSettingsSessionStorage::$key | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: