$init
$init : boolean
Is the object being initialized?
This class provides the storage for a preference scope.
$_prefs : array
Preferences list. Each preference has the following format: <pre> [pref_name] => array( [d] => (string) Default value If not present, 'v' is the default value.
[l] => (boolean) Locked If not present, pref is not locked. [v] => (string) Current pref value )
For internal storage, if 'l' and 'v' are both not available: [pref_name] => (string) Current pref value