Diff
Index: addrightitem.md
--- addrightitem.md (nonexistent)
+++ addrightitem.md (revision 4)
@@ -0,0 +1,28 @@
+
+# DashboardProfile::addRightItem
+
+### Usage
+
+> void DashboardProfile::addRightItem(DashboardItemInterface $item)
+
+### Description
+
+> Add right item
+
+### Parameters
+
+Parameter | Required | Type | Description
+------------- |------------- |------------- |-------------
+item | Yes | DashboardItemInterface |
+
+### Return
+> void
+### See Also
+
+* addTab()
+* addTopItem()
+* getRightItems()
+* getTabs()
+* getTopItems()
+
+
Full Code
DashboardProfile::addRightItem
Usage
void DashboardProfile::addRightItem(DashboardItemInterface $item)
Description
Add right item
Parameters
| Parameter |
Required |
Type |
Description |
| item |
Yes |
DashboardItemInterface |
|
Return
void
See Also