Diff
Index: getrightitems.md
--- getrightitems.md (nonexistent)
+++ getrightitems.md (revision 4)
@@ -0,0 +1,24 @@
+
+# DashboardProfile::getRightItems
+
+### Usage
+
+> array DashboardProfile::getRightItems()
+
+### Description
+
+> Get right items
+
+
+
+### Return
+> array
+### See Also
+
+* addRightItem()
+* addTab()
+* addTopItem()
+* getTabs()
+* getTopItems()
+
+
Full Code
DashboardProfile::getRightItems
Usage
array DashboardProfile::getRightItems()
Description
Get right items
Return
array
See Also