method getUserWidgets documentation in bbn\Appui\Dashboard

Gets the widgets list of a dashboard and the order list.

function(string $url = '') { $widgets = $this->_getWidgets($url); return [ 'widgets' => $widgets, 'order' => $this->getOrder($widgets) ]; }

Gets the widgets list of a dashboard and the order list. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.