[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
File Size: | 449 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Button:: (4 methods):
__construct()
backward_compatibility_args()
contents()
display()
__construct( $args = '' ) X-Ref |
Builds the button based on class parameters. param: array|string $args See {@BP_Button}. since: 1.2.6 |
backward_compatibility_args( $r = array() X-Ref |
Provide backward compatibility for deprecated button arguments. return: array param: array $r See {@link BP_Button} class for full documentation. since: 2.7.0. |
contents() X-Ref |
Return the markup for the generated button. return: string Button markup. since: 1.2.6 |
display() X-Ref |
Output the markup of button. since: 1.2.6 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |