method getParentCfg documentation in bbn\Appui\Option

Returns a formatted content of the cfg column as an array from the option's parent

Example

X::dump($opt->getParentCfg(42)); /* [ 'sortable' => true, 'cascade' => true, 'id_alias' => null, ] function($code = NULL) { if ($id = $this->fromCode(\func_get_args())) { if ($id_parent = $this->getIdParent($id)) { return $this->getCfg($id_parent); } } return null; }

Returns a formatted content of the cfg column as an array from the option's parent 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.