|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct ($pref_file='') | |
| paintBackend (Backend_Outputter $o, $have_lock, $pref=NULL) | |
| processBackend (Backend_Outputter $o, $have_lock, $pref=NULL) | |
| mergePrefs (Array $prefs1, Array $prefs2) | |
Public Member Functions inherited from Prefs | |
| Prefs ($pref_file='') | |
| paintBackend (&$o, $have_lock, $pref=null) | |
| processBackend ($o, $have_lock, $pref=null) | |
| mergePrefs ($prefs1, $prefs2) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Data Fields | |
| $pref_vars | |
Data Fields inherited from Prefs | |
| $pref_vars = Array() | |
| $pref_file = '' | |
Data Fields inherited from MySource_Object | |
| $_tmp | |
Definition at line 31 of file bodycopy_container_prefs.inc.
| __construct | ( | $pref_file = '' | ) |
Constructor
Definition at line 65 of file bodycopy_container_prefs.inc.
| mergePrefs | ( | Array | $prefs1, |
| Array | $prefs2 | ||
| ) |
Merges two preference arrays for a content type
| array | $prefs1 | array of preferences to merge |
| array | $prefs2 | array of preferences to merge |
Definition at line 269 of file bodycopy_container_prefs.inc.
| paintBackend | ( | Backend_Outputter | $o, |
| $have_lock, | |||
$pref = NULL |
|||
| ) |
Paints the backend interface to edit preferences
| Backend_Outputter | $o | reference to the backend outputter instance |
| boolean | $have_lock | do we have the lock to edit these preferences or not |
| string | $pref | a particular preference to paint |
Definition at line 82 of file bodycopy_container_prefs.inc.
| processBackend | ( | Backend_Outputter | $o, |
| $have_lock, | |||
$pref = NULL |
|||
| ) |
Processes the backend interface to edit preferences
| Backend_Outputter | $o | reference to the backend outputter instance |
| boolean | $have_lock | do we have the lock to edit these preferences or not |
| string | $pref | a particular preference to process |
Definition at line 223 of file bodycopy_container_prefs.inc.
| $pref_vars |
Definition at line 33 of file bodycopy_container_prefs.inc.