method centralInput documentation in bbn\Html\Builder

function($cfg, $force = false) { $this->record('central_input', $cfg); $ele = $this->input($cfg); $container = new Element([ 'tag' => 'div', 'attr' => [ 'class' => self::$space_class.' bbn-c' ] ]); $container->append($ele); $this->append($container); return $this->_chainable && !$force ? $this : $container; }

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.