Squiz Matrix
4.12.2
|
Public Member Functions | |
Comment_Prefs ($pref_file='') | |
paintBackend (&$o, $have_lock, $pref=NULL) | |
paintSqCommentInputSizeBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
paintSqCommentMaxLengthBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
paintSqCommentHtmlConfBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
paintSqCommentDisableKeywordReplacementsBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
paintSqCommentMaxRatingBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
processBackend (&$o, $have_lock, $pref=NULL) | |
processSqCommentInputSizeBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
processSqCommentMaxLengthBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
processSqCommentHtmlConfBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
processSqCommentDisableKeywordReplacementsBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
processSqCommentMaxRatingBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
paintSqCommentImgRatedBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
processSqCommentImgRatedBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
paintSqCommentImgBlankBackend (&$o, $have_lock, $pref_name, $print_sub_title, $is_root, $is_admin) | |
processSqCommentImgBlankBackend (&$o, $have_lock, $pref, $is_root, $is_admin) | |
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 | |
$int_max_length | |
$int_max_rating | |
$url_processor | |
$html_conf_options = Array() | |
Data Fields inherited from Prefs | |
$pref_vars = Array() | |
$pref_file = '' | |
Data Fields inherited from MySource_Object | |
$_tmp | |
Definition at line 48 of file comment_prefs.inc.
Comment_Prefs | ( | $pref_file = '' | ) |
Constructor
Definition at line 158 of file comment_prefs.inc.
paintBackend | ( | & | $o, |
$have_lock, | |||
$pref = NULL |
|||
) |
Paints the backend interface to edit preferences
object | &$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 203 of file comment_prefs.inc.
paintSqCommentDisableKeywordReplacementsBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for allowing keyword replacement
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 368 of file comment_prefs.inc.
paintSqCommentHtmlConfBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for allowing HTML in comments
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 332 of file comment_prefs.inc.
paintSqCommentImgBlankBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for configuring the maximum comment length
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 685 of file comment_prefs.inc.
paintSqCommentImgRatedBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for configuring the maximum comment length
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 608 of file comment_prefs.inc.
paintSqCommentInputSizeBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for configuring the size of the comment input box
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 241 of file comment_prefs.inc.
paintSqCommentMaxLengthBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for configuring the maximum comment length
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 296 of file comment_prefs.inc.
paintSqCommentMaxRatingBackend | ( | & | $o, |
$have_lock, | |||
$pref_name, | |||
$print_sub_title, | |||
$is_root, | |||
$is_admin | |||
) |
Paints the interface for allowing HTML in comments
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
string | $pref_name | a particular preference to paint |
string | $print_sub_title | if TRUE print the sub title |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 404 of file comment_prefs.inc.
processBackend | ( | & | $o, |
$have_lock, | |||
$pref = NULL |
|||
) |
Processes the backend interface to edit preferences
object | &$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 434 of file comment_prefs.inc.
processSqCommentDisableKeywordReplacementsBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the disable keyword replacement option
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 557 of file comment_prefs.inc.
processSqCommentHtmlConfBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the maximum comment length
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 531 of file comment_prefs.inc.
processSqCommentImgBlankBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the maximum comment length
object | &$o | reference to the backend outputter instance |
boolean | $have_lock | do we have the lock to edit these preferences or not |
boolean | $pref | a particular preference to process |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 734 of file comment_prefs.inc.
processSqCommentImgRatedBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the maximum comment length
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 658 of file comment_prefs.inc.
processSqCommentInputSizeBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the size of the comment input box
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 475 of file comment_prefs.inc.
processSqCommentMaxLengthBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the maximum comment length
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 505 of file comment_prefs.inc.
processSqCommentMaxRatingBackend | ( | & | $o, |
$have_lock, | |||
$pref, | |||
$is_root, | |||
$is_admin | |||
) |
Processes the interface for configuring the maximum comment length
object | &$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 |
boolean | $is_root | are we the root user? |
boolean | $is_admin | are we an admin user? |
Definition at line 583 of file comment_prefs.inc.