Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct ($pref_file='') | |
paintBackend (&$o, $have_lock, $pref=NULL) | |
processBackend ($o, $have_lock, $pref=NULL) | |
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 | |
$css_dimension_width | |
$css_dimension_height | |
Data Fields inherited from Prefs | |
$pref_vars = Array() | |
$pref_file = '' | |
Data Fields inherited from MySource_Object | |
$_tmp | |
Definition at line 32 of file content_type_markdown_prefs.inc.
__construct | ( | $pref_file = '' | ) |
Constructor
Definition at line 51 of file content_type_markdown_prefs.inc.
paintBackend | ( | & | $o, |
$have_lock, | |||
$pref = NULL |
|||
) |
Paints the backend interface to edit preferences
object | &$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 |
Definition at line 70 of file content_type_markdown_prefs.inc.
processBackend | ( | $o, | |
$have_lock, | |||
$pref = NULL |
|||
) |
Processes the backend interface to edit preferences
object | $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 |
Definition at line 125 of file content_type_markdown_prefs.inc.
$pref_vars |
Definition at line 35 of file content_type_markdown_prefs.inc.