| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
| File Size: | 127 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Core_HTML_Element:: (3 methods):
__construct()
get()
contents()
Class: BP_Core_HTML_Element - X-Ref
Generate markup for an HTML element.| __construct( $r = array() X-Ref |
| Constructor. since: 2.7.0 param: array $r { |
| get( $prop = '' ) X-Ref |
| Returns a property from this class. return: string since: 2.7.0 param: string $prop Property name. Either 'open_tag', 'inner_html', 'close_tag'. |
| contents() X-Ref |
| Returns full contents of HTML element. return: string since: 2.7.0 |
| Generated: Thu Nov 6 01:00:59 2025 | Cross-referenced by PHPXref 0.7.1 |