Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Comment_Prefs Class Reference
Inheritance diagram for Comment_Prefs:
Prefs MySource_Object

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
 

Detailed Description

Definition at line 48 of file comment_prefs.inc.

Member Function Documentation

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to paint
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$pref_namea particular preference to paint
string$print_sub_titleif TRUE print the sub title
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
void public

Definition at line 404 of file comment_prefs.inc.

processBackend ( $o,
  $have_lock,
  $pref = NULL 
)

Processes the backend interface to edit preferences

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
boolean$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

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

Parameters
object&$oreference to the backend outputter instance
boolean$have_lockdo we have the lock to edit these preferences or not
string$prefa particular preference to process
boolean$is_rootare we the root user?
boolean$is_adminare we an admin user?
Returns
boolean public

Definition at line 583 of file comment_prefs.inc.


The documentation for this class was generated from the following file: