BP_Core_Nav_Item

Navigation item.


Description Description


Source Source

File: bp-core/classes/class-bp-core-nav-item.php

class BP_Core_Nav_Item extends ArrayObject {
	public function __construct( $data ) {
		parent::__construct( $data, ArrayObject::ARRAY_AS_PROPS );
	}
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.