The Hubzilla
 All Classes Namespaces Files Functions Variables Pages
Zotlabs\Lib\SConfig Class Reference

Account configuration storage is built on top of the under-utilised xconfig. More...

Static Public Member Functions

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)
 

Detailed Description

Account configuration storage is built on top of the under-utilised xconfig.

See Also
XConfig

Member Function Documentation

static Zotlabs\Lib\SConfig::Delete (   $server_id,
  $family,
  $key 
)
static

Referenced by del_sconfig().

static Zotlabs\Lib\SConfig::Get (   $server_id,
  $family,
  $key,
  $default = false 
)
static

Referenced by get_sconfig().

static Zotlabs\Lib\SConfig::Load (   $server_id)
static

Referenced by load_sconfig().

static Zotlabs\Lib\SConfig::Set (   $server_id,
  $family,
  $key,
  $value 
)
static

Referenced by set_sconfig().


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