method init documentation in bbn\Appui\Ide

function() { if (!empty($this->project)) { $this->repository_default = ''; $this->repositories = $this->getRepositories(); foreach ($this->repositories as $i => $rep) { if (empty($this->repository_default)) { $this->repository_default = $rep['name']; } $this->repositories[$i]['root_path'] = $this->getRootPath($rep['name']); if (!empty($rep['default'])) { $this->repository_default = $rep['name']; } } } }

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.