method duplicate documentation in bbn\Appui\Option

Copies and insert an option into a target option

Example

function($id, $target, $deep = false, $force = false, $return_num = false) { $res = null; $target = $this->fromCode($target); if (bbn\Str::isUid($target)) { if ($opt = $this->export($id, $deep ? 'sfull' : 'simple')) { $res = $this->import($opt, $target); $this->deleteCache($target); } } return $res; }

Copies and insert an option into a target 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.