Method |
Description |
|
__construct ( string $scope ) |
Constructor. |
|
current ( ) |
|
|
exists ( $pref ) : boolean |
Does a preference exist in this scope? |
|
get ( string $pref ) : string |
Returns the value of a preference. |
|
getDefault ( string $pref ) : string |
Returns the default value of a preference. |
|
getDirty ( ) : array |
Get the list of dirty preferences. |
|
isDefault ( string $pref ) : boolean |
Is a preference's value the default? |
|
isDirty ( mixed $pref = null ) : boolean |
Is a preference marked dirty? |
|
isLocked ( string $pref ) : boolean |
Is a preference locked? |
|
key ( ) |
|
|
next ( ) |
|
|
remove ( string $pref ) : boolean |
Removes a preference entry. |
|
rewind ( ) |
|
|
serialize ( ) |
|
|
set ( string $pref, string $val ) |
Sets the value for a preference. |
|
setDirty ( string $pref, boolean $dirty ) |
Set the dirty flag for a preference |
|
setLocked ( string $pref, boolean $locked ) |
Mark a preference as locked. |
|
unserialize ( $data ) |
|
|
valid ( ) |
|
|