method fullCategories documentation in bbn\Appui\Option

Retourne toutes les caractéristiques des options d'une catégorie donnée dans un tableau indexé sur leur `id`

function() { if ($opts = $this->fullOptions(false)) { foreach ($opts as $k => $o){ if (!empty($o['default'])) { $opts[$k]['default'] = $this->text($o['default']); } } } return $opts ?? []; }

Retourne toutes les caractéristiques des options d'une catégorie donnée dans un tableau indexé sur leur `id` 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.