method reset documentation in bbn\Html\Builder

Sets the configuration back to its default value

function() { $this->_current_cfg = []; $this->_cfg = []; $this->_root_element = false; $this->_current_element = false; foreach ( $this->_defaults as $k => $v ){ $this->_current_cfg[$k] = $v; } return $this; }

Sets the configuration back to its default value 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.