method addScript documentation in bbn\Mvc\Controller

This will add the given string to the script property, and create it if needed. Chainable

function($script) { if (\is_object($this->obj)) { if (!isset($this->obj->script)) { $this->obj->script = ''; } $this->obj->script .= $script; } return $this; }

This will add the given string to the script property, and create it if needed. Chainable 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.