method getCode documentation in bbn\Appui\Dashboard

Returns the dashboard code

function(string $id) { if (empty($id)) { throw new \Exception(_('A wrong argument value is passed')); } if ($pref = $this->pref->get($id)) { return $pref['code'] ?? null; } return null; }

Returns the dashboard code 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.