method updatePlugins documentation in bbn\Appui\Option

function() { if (($pluginAlias = $this->fromCode('plugin', 'list', 'templates', 'option', 'appui')) && ($export = $this->export($pluginAlias, 'sfull'))) { $idPlugins = $this->getAliasItems($pluginAlias); $res = 0; foreach ($idPlugins as $idPlugin) { $res += (int)$this->import($export['items'], $idPlugin); } return $res; } return null; }

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.