method getLibPath documentation in bbn\Appui\Project

Gets the lib path

function() { if ($this->name === BBN_APP_NAME) { return \bbn\Mvc::getLibPath(); } elseif ($content = $this->getEnvironment()) { return $content['lib_path'] . 'bbn\/'; } throw new \Exception(X::_("Impossible to find the libraries path for %s", $this->name)); }

Gets the lib 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.