method getWidgetOption documentation in bbn\Appui\Dashboard
Gets the widget option
function(string $id, bool $full = false)
{
if (
Str::isUid($id)
&& ($bit = $this->pref->getBit($id))
&& !empty($bit[$this->archBits['id_option']])
) {
return $full ? $this->opt->option($bit[$this->archBits['id_option']]) : $bit[$this->archBits['id_option']];
}
return null;
}
Gets the widget option 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.
© 2011-2023
BBN Solutions