BP_Core_Nav_Item::__construct( $data )


Description Description


Source Source

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

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

Top ↑

User Contributed Notes User Contributed Notes

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