method getJsGroup documentation in bbn\Mvc\Controller
This will get a javascript view encapsulated in an anonymous function for embedding in HTML
from a dir or an array of files.
function($files = '', array $data = NULL, $encapsulated = true)
{
if ($js = $this->getViewGroup($files, $data, 'js')) {
return '';
}
return false;
}
This will get a javascript view encapsulated in an anonymous function for embedding in HTML BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way