[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/common/ -> widgets.php (summary)

bbPress Widgets Contains the forum list, topic list, reply list and login form widgets.

File Size: 1241 lines (37 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 classes

BBP_Login_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Views_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Search_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Forums_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Topics_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Stats_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()

BBP_Replies_Widget:: (6 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()
  parse_settings()


Class: BBP_Login_Widget  - X-Ref

bbPress Login Widget

Adds a widget which displays the login form

__construct()   X-Ref
bbPress Login Widget

Registers the login widget

since: 2.0.0 bbPress (r2827)

register_widget()   X-Ref
Register the widget

since: 2.0.0 bbPress (r3389)

widget( $args = array()   X-Ref
Displays the output, the login form

param: array $args Arguments
param: array $instance Instance
since: 2.0.0 bbPress (r2827)

update( $new_instance, $old_instance )   X-Ref
Update the login widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.0.0 bbPress (r2827)

form( $instance = array()   X-Ref
Output the login widget options form

param: $instance Instance
since: 2.0.0 bbPress (r2827)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Views_Widget  - X-Ref

bbPress Views Widget

Adds a widget which displays the view list

__construct()   X-Ref
bbPress View Widget

Registers the view widget

since: 2.0.0 bbPress (r3020)

register_widget()   X-Ref
Register the widget

since: 2.0.0 bbPress (r3389)

widget( $args = array()   X-Ref
Displays the output, the view list

param: array $args Arguments
param: array $instance Instance
since: 2.0.0 bbPress (r3020)

update( $new_instance = array()   X-Ref
Update the view widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.0.0 bbPress (r3020)

form( $instance = array()   X-Ref
Output the view widget options form

param: $instance Instance
since: 2.0.0 bbPress (r3020)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Search_Widget  - X-Ref

bbPress Search Widget

Adds a widget which displays the forum search form

__construct()   X-Ref
bbPress Search Widget

Registers the search widget

since: 2.3.0 bbPress (r4579)

register_widget()   X-Ref
Register the widget

since: 2.3.0 bbPress (r4579)

widget( $args, $instance )   X-Ref
Displays the output, the search form

since: 2.3.0 bbPress (r4579)

update( $new_instance, $old_instance )   X-Ref
Update the widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.3.0 bbPress (r4579)

form( $instance )   X-Ref
Output the search widget options form

param: $instance Instance
since: 2.3.0 bbPress (r4579)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Forums_Widget  - X-Ref

bbPress Forum Widget

Adds a widget which displays the forum list

__construct()   X-Ref
bbPress Forum Widget

Registers the forum widget

since: 2.0.0 bbPress (r2653)

register_widget()   X-Ref
Register the widget

since: 2.0.0 bbPress (r3389)

widget( $args, $instance )   X-Ref
Displays the output, the forum list

param: array $args Arguments
param: array $instance Instance
since: 2.0.0 bbPress (r2653)

update( $new_instance, $old_instance )   X-Ref
Update the forum widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.0.0 bbPress (r2653)

form( $instance )   X-Ref
Output the forum widget options form

param: $instance Instance
since: 2.0.0 bbPress (r2653)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Topics_Widget  - X-Ref

bbPress Topic Widget

Adds a widget which displays the topic list

__construct()   X-Ref
bbPress Topic Widget

Registers the topic widget

since: 2.0.0 bbPress (r2653)

register_widget()   X-Ref
Register the widget

since: 2.0.0 bbPress (r3389)

widget( $args = array()   X-Ref
Displays the output, the topic list

param: array $args
param: array $instance
since: 2.0.0 bbPress (r2653)

update( $new_instance = array()   X-Ref
Update the topic widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.0.0 bbPress (r2653)

form( $instance = array()   X-Ref
Output the topic widget options form

param: $instance Instance
since: 2.0.0 bbPress (r2653)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Stats_Widget  - X-Ref

bbPress Statistics Widget

Adds a widget which displays the forum statistics

__construct()   X-Ref
bbPress Statistics Widget

Registers the statistics widget

since: 2.3.0 bbPress (r4509)

register_widget()   X-Ref
Register the widget

since: 2.3.0 bbPress (r4509)

widget( $args = array()   X-Ref
Displays the output, the statistics

param: array $args     Arguments
param: array $instance Instance
since: 2.3.0 bbPress (r4509)

update( $new_instance, $old_instance )   X-Ref
Update the statistics widget options

return: array
param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.3.0 bbPress (r4509)

form( $instance )   X-Ref
Output the statistics widget options form

return: string|void
param: $instance
since: 2.3.0 bbPress (r4509)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)

Class: BBP_Replies_Widget  - X-Ref

bbPress Replies Widget

Adds a widget which displays the replies list

__construct()   X-Ref
bbPress Replies Widget

Registers the replies widget

since: 2.0.0 bbPress (r2653)

register_widget()   X-Ref
Register the widget

since: 2.0.0 bbPress (r3389)

widget( $args, $instance )   X-Ref
Displays the output, the replies list

param: array $args
param: array $instance
since: 2.0.0 bbPress (r2653)

update( $new_instance = array()   X-Ref
Update the reply widget options

param: array $new_instance The new instance options
param: array $old_instance The old instance options
since: 2.0.0 bbPress (r2653)

form( $instance = array()   X-Ref
Output the reply widget options form

param: $instance Instance
since: 2.0.0 bbPress (r2653)

parse_settings( $instance = array()   X-Ref
Merge the widget settings into defaults array.

param: $instance Instance
since: 2.3.0 bbPress (r4802)



Generated: Sat May 18 01:00:57 2024 Cross-referenced by PHPXref 0.7.1