|
| $pref_vars = Array() |
|
| $pref_file = '' |
|
| $_tmp |
|
Definition at line 29 of file prefs.inc.
mergePrefs |
( |
|
$prefs1, |
|
|
|
$prefs2 |
|
) |
| |
Merges two group-defined preference arrays for a content type
Note that this function is only called if there is a conflict between two groups' preferences. If there is a conflict between a group's prefs and the global prefs, the group automatically wins and this function is not called.
- Parameters
-
array | $prefs1 | array of preferences to merge |
array | $prefs2 | array of preferences to merge |
- Returns
- array Prefs for this asset type, prefs_var => prefs_details public
Definition at line 121 of file prefs.inc.
paintBackend |
( |
& |
$o, |
|
|
|
$have_lock, |
|
|
|
$pref = null |
|
) |
| |
Paints the backend interface to edit preferences
- Parameters
-
| object | Backend_Outputter &$o reference to the backend outputter |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref | a particular preference to paint |
- Returns
- boolean public
Definition at line 84 of file prefs.inc.
processBackend |
( |
|
$o, |
|
|
|
$have_lock, |
|
|
|
$pref = null |
|
) |
| |
Processes the backend interface to edit preferences
- Parameters
-
| object | Backend_Outputter &$o reference to the backend outputter |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref | a particular preference to process |
- Returns
- boolean public
Definition at line 101 of file prefs.inc.
The documentation for this class was generated from the following file:
- /Users/webmaster/Desktop/squiz_matrix/core/lib/config/prefs.inc