[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Common Classes
Version: | 3.1.0 |
File Size: | 335 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Buttons_Group:: (4 methods):
__construct()
sort()
get()
update()
BP_Nouveau_Object_Nav_Widget:: (5 methods):
__construct()
register_widget()
widget()
update()
form()
Class: BP_Buttons_Group - X-Ref
Builds a group of BP_Button__construct( $args = array() X-Ref |
Constructor since: 3.0.0 param: array $args Optional array having the following parameters { |
sort( $buttons ) X-Ref |
Sort the Buttons of the group according to their position attribute return: array the list of buttons sorted. since: 3.0.0 param: array the list of buttons to sort. |
get( $sort = true ) X-Ref |
Get the BuddyPress buttons for the group return: array An array of HTML links. since: 3.0.0 param: bool $sort whether to sort the buttons or not. |
update( $args = array() X-Ref |
Update the group of buttons since: 3.0.0 param: array $args Optional. See the __constructor for a description of this argument. |
Class: BP_Nouveau_Object_Nav_Widget - X-Ref
BP Sidebar Item Nav_Widget__construct() X-Ref |
Constructor since: 3.0.0 |
register_widget() X-Ref |
Register the widget since: 3.0.0 |
widget( $args, $instance ) X-Ref |
Displays the output, the button to post new support topics since: 3.0.0 param: mixed $args Arguments param: unknown $instance |
update( $new_instance, $old_instance ) X-Ref |
Update the new support topic widget options (title) return: array the instance since: 3.0.0 param: array $new_instance The new instance options param: array $old_instance The old instance options |
form( $instance ) X-Ref |
Output the new support topic widget options form return: string HTML Output since: 3.0.0 param: $instance Instance |
Generated: Mon Jan 25 01:01:33 2021 | Cross-referenced by PHPXref 0.7.1 |