method getPaths documentation in bbn\Appui\Project

Returns an array containing about the repositories in the project

function() { $paths = []; if ($this->check() && $this->id_path && !empty($this->repositories)) { foreach ($this->repositories as $rep) { $paths[] = [ 'id_option' => $rep['id'], 'path' => $this->getRootPath($rep['name']), 'code' => $rep['code'], 'text' => $rep['text'], 'language' => $rep['language'] ?? '' ]; } } return $paths; }

Returns an array containing about the repositories in the project 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.