method getCdnPath documentation in bbn\Appui\Project
Gets the CDN path
function()
{
if ($this->name === BBN_APP_NAME) {
if (defined('BBN_CDN_PATH')) {
return BBN_CDN_PATH;
}
} elseif ($content = $this->getEnvironment()) {
return $content['app_path'] . 'src/';
}
throw new \Exception(X::_("Impossible to find the CDN path for %s", $this->name));
}
Gets the CDN path 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.
© 2011-2024
BBN Solutions