| 
| static  | Load ($account_id) | 
|   | 
| static  | Get ($account_id, $family, $key, $default=false) | 
|   | 
| static  | Set ($account_id, $family, $key, $value) | 
|   | 
| static  | Delete ($account_id, $family, $key) | 
|   | 
  
  
      
        
          | static Zotlabs\Lib\AConfig::Delete  | 
          ( | 
            | 
          $account_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\AConfig::Get  | 
          ( | 
            | 
          $account_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key,  | 
         
        
           | 
           | 
            | 
          $default = false  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\AConfig::Load  | 
          ( | 
            | 
          $account_id | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static Zotlabs\Lib\AConfig::Set  | 
          ( | 
            | 
          $account_id,  | 
         
        
           | 
           | 
            | 
          $family,  | 
         
        
           | 
           | 
            | 
          $key,  | 
         
        
           | 
           | 
            | 
          $value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: