Account configuration storage is built on top of the under-utilised xconfig.  
 More...
 | 
| static  | Load ($server_id) | 
|   | 
| static  | Get ($server_id, $family, $key, $default=false) | 
|   | 
| static  | Set ($server_id, $family, $key, $value) | 
|   | 
| static  | Delete ($server_id, $family, $key) | 
|   | 
Account configuration storage is built on top of the under-utilised xconfig. 
- See Also
 - XConfig 
 
 
  
  
      
        
          | static Zotlabs\Lib\SConfig::Delete  | 
          ( | 
            | 
          $server_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\SConfig::Get  | 
          ( | 
            | 
          $server_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key,  | 
         
        
           | 
           | 
            | 
          $default = false  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\SConfig::Load  | 
          ( | 
            | 
          $server_id | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\SConfig::Set  | 
          ( | 
            | 
          $server_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key,  | 
         
        
           | 
           | 
            | 
          $value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: