[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 // Exit if accessed directly. 4 defined( 'ABSPATH' ) || exit; 5 6 /** 7 * Navigation item. 8 * 9 * @since 2.6.0 10 */ 11 class BP_Core_Nav_Item extends ArrayObject { 12 public function __construct( $data ) { 13 parent::__construct( $data, ArrayObject::ARRAY_AS_PROPS ); 14 } 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |